| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
CHANGED: datetime is now store as an object in history store file
|
|
|
|
| |
See http://shaarli.github.io/api-documentation/#links-history-get
|
|
|
|
|
|
| |
Based on #840
See http://shaarli.github.io/api-documentation/\#links-link-delete
|
|
|
|
|
| |
* Related to #609
* Documentation: http://shaarli.github.io/api-documentation/#links-link-put
|
| |
|
|
|
|
| |
See http://shaarli.github.io/api-documentation/#links-link-get
|
| |
|
|
|
|
|
|
| |
No update regarding the UI or the API for now
Fixes #758
|
|
|
|
| |
See http://shaarli.github.io/api-documentation/#links-links-collection-get
|
|
* REST API routes are handle by Slim.
* Every API controller go through ApiMiddleware which handles security.
* First service implemented `/info`, for tests purpose.
|