Wallabag client API

wallabag-api crates.io wallabag-api docs.rs maintenance-status: passively-maintained

Provides types and functions for interacting with a Wallabag server API.

About

See the documentation for usage information.

supported API endpoints:

All API endpoints are implemented except for the /api/*/list{,s}. I don't plan on implementing support for those unless there is a good reason to.

Examples

A few small examples are provided. To use these, the following environment variables must be set (for authentication). For example:

sh export WALLABAG_CLIENT_ID="client_id" export WALLABAG_CLIENT_SECRET="client_secret" export WALLABAG_USERNAME="username" export WALLABAG_PASSWORD="password" export WALLABAG_URL="https://framabag.org" # must not end with trailing slash

The examples include:

Contributing

Please send your comments, bug reports, feature requests, and patches to this public mailing list: ~swalladge/public-inbox@lists.sr.ht (archives).

License

Licensed under either of

at your option.