ArthurHoaro
|
d3f42ca487
|
Implements Tags endpoints for Shaarli's REST API
Endpoints:
* List All Tags [GET]
* Get a tag [GET]
* Update a tag [PUT]
* Delete a tag [DELETE]
Fixes #904
References shaarli/api-documentation#34
|
2018-06-04 18:51:22 +02:00 |
|
ArthurHoaro
|
813849e521
|
Add history entries for API endpoint
CHANGED: datetime is now store as an object in history store file
|
2017-05-07 17:11:22 +02:00 |
|
VirtualTam
|
3c66e56435
|
application: introduce the Shaarli\Config namespace
Namespaces have been introduced with the REST API, and should be generalized
to the whole codebase to manage object scope and benefit from autoloading.
See:
- https://secure.php.net/manual/en/language.namespaces.php
- http://www.php-fig.org/psr/psr-4/
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2017-03-04 17:07:52 +01:00 |
|
ArthurHoaro
|
16e3d006e9
|
REST API: implements getLink by ID service
See http://shaarli.github.io/api-documentation/#links-link-get
|
2017-02-19 16:45:59 +01:00 |
|