Skip to main content

A Nextcloud Notes app API wrapper

Project description

nextcloud-notes-api

Test Super-Linter Coverage

A Nextcloud Notes app API wrapper.

from nextcloud_notes_api import NotesApi, Note

api = NotesApi('username', 'pass', 'hostname')

note = Note('Shopping List', 'Spam', favorite=True)
api.create_note(note)

nextcloud-notes-api is not supported nor endorsed by Nextcloud.

Installation

pip install nextcloud-notes-api

Documentation

The docs are available on Github Pages.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests and documentation as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nextcloud-notes-api-1.0.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

nextcloud_notes_api-1.0.0-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page