We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the discussion in #586 and in https://github.com/shaarli/api-documentation, Shaarli will expose an API to allow third party to interact with Shaarli's data when authenticated (e.g. mobile app).
The milestone for this is 0.8.x.
Tasks:
GET /links
POST /links
GET /links/{id}
PUT /links/{id}
GET /history
GET /infos
The text was updated successfully, but these errors were encountered:
REST API: implement PUT method
2c6d8c1
* Related to shaarli#609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put And this is the last one!
f347202
cf9181d
* Related to shaarli#609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put
ArthurHoaro
No branches or pull requests
Following the discussion in #586 and in https://github.com/shaarli/api-documentation, Shaarli will expose an API to allow third party to interact with Shaarli's data when authenticated (e.g. mobile app).
The milestone for this is 0.8.x.
Tasks:
GET /links
service. [Status: TODO]POST /links
service. [Status: TODO]GET /links/{id}
service. [Status: TODO]PUT /links/{id}
service. [Status: TODO]GET /history
service. [Status: TODO]GET /infos
service. [Status: almost done]The text was updated successfully, but these errors were encountered: