{"id":15017831,"url":"https://github.com/coma64/nextcloud-notes-api","last_synced_at":"2025-04-12T12:33:48.333Z","repository":{"id":57445935,"uuid":"329647462","full_name":"coma64/nextcloud-notes-api","owner":"coma64","description":"A Nextcloud Notes app API wrapper","archived":false,"fork":false,"pushed_at":"2021-07-08T14:15:11.000Z","size":226,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T07:11:22.293Z","etag":null,"topics":["api","api-wrapper","nextcloud","notes"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coma64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-14T14:57:22.000Z","updated_at":"2024-01-31T14:20:44.000Z","dependencies_parsed_at":"2022-09-27T10:50:29.035Z","dependency_job_id":null,"html_url":"https://github.com/coma64/nextcloud-notes-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coma64%2Fnextcloud-notes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coma64%2Fnextcloud-notes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coma64%2Fnextcloud-notes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coma64%2Fnextcloud-notes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coma64","download_url":"https://codeload.github.com/coma64/nextcloud-notes-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248566665,"owners_count":21125700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","nextcloud","notes"],"created_at":"2024-09-24T19:51:02.734Z","updated_at":"2025-04-12T12:33:48.306Z","avatar_url":"https://github.com/coma64.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nextcloud-notes-api\n\n[![Test](https://github.com/coma64/nextcloud-notes-api/workflows/Test/badge.svg)](https://github.com/coma64/nextcloud-notes-api/actions?query=workflow%3ATest)\n[![Super-Linter](https://github.com/coma64/nextcloud-notes-api/workflows/Super-Linter/badge.svg)](https://github.com/coma64/nextcloud-notes-api/actions?query=workflow%3ASuper-Linter)\n[![Coverage](https://img.shields.io/codecov/c/github/coma64/nextcloud-notes-api?color=%2334D058)](https://codecov.io/gh/coma64/nextcloud-notes-api)\n[![PyPi](https://img.shields.io/pypi/v/nextcloud-notes-api)](https://pypi.org/project/nextcloud-notes-api/)\n\nA [Nextcloud Notes app](https://github.com/nextcloud/notes) API wrapper.\n\n```py\nfrom nextcloud_notes_api import NotesApi, Note\n\napi = NotesApi('username', 'password', 'example.org')\n\nnote = Note('Shopping List', 'Spam', favorite=True)\napi.create_note(note)\n```\n\n_*nextcloud-notes-api is not supported nor endorsed by Nextcloud.*_\n\n## Installation\n\n```sh\npip install nextcloud-notes-api\n```\n\n## Documentation\n\nThe docs are available on [Github Pages](https://coma64.github.io/nextcloud-notes-api/).\n\n## Contributing\n\nPull requests are welcome. For major changes,\nplease open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests and documentation as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Todo\n\n- Lazy note list with fuzzy searching through all notes\n- Maintain reference to api inside note object to be able to sync, delete, ...\n  through it\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoma64%2Fnextcloud-notes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoma64%2Fnextcloud-notes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoma64%2Fnextcloud-notes-api/lists"}