python-shaarli-client
python-shaarli-client copied to clipboard
Python3 CLI to interact with a Shaarli instance
Hi all I forked the repo and added a get_link() method and get-link endpoint to fetch a single link by id: https://github.com/shaarli/python-shaarli-client/compare/master...andreworg:python-shaarli-client:andrew-get_link I needed this for a project of mine...
The Usage section of the documentation says that "put-link" "Updates an existing link or note". This is not true. What it does is to **transform** a link into a private...
For `POST` and `PUT` link endpoint, the REST API will support new flags `created` and `updated`. They're dates in ISO 8601 format. Related to: * shaarli/shaarli#1223 * shaarli/shaarli#1525 * shaarli/api-documentation#36