diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-05-07 18:38:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-07 18:38:39 +0200 |
commit | 5177d8e57427ac01e788079b8e61065f038df5d2 (patch) | |
tree | 3b416effa7757deb9c6c5acd0c84ae701145369f /README.md | |
parent | b4189928f84758e1589715dfe04e2d966a4f3b88 (diff) | |
parent | eb5548e8531cf2bf7c9c7b0e77a456475d6c3535 (diff) | |
download | Shaarli-5177d8e57427ac01e788079b8e61065f038df5d2.tar.gz Shaarli-5177d8e57427ac01e788079b8e61065f038df5d2.tar.zst Shaarli-5177d8e57427ac01e788079b8e61065f038df5d2.zip |
Merge pull request #860 from ArthurHoaro/readme
Readme: add API documentation link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -85,6 +85,12 @@ dailymotion, flickr, imageshack, imgur, vimeo, xkcd, youtube... | |||
85 | - URL cleanup: automatic removal of `?utm_source=...`, `fb=...` | 85 | - URL cleanup: automatic removal of `?utm_source=...`, `fb=...` |
86 | - discreet pop-up notification when a new release is available | 86 | - discreet pop-up notification when a new release is available |
87 | 87 | ||
88 | ### REST API | ||
89 | |||
90 | Easily extensible by any client using the REST API exposed by Shaarli. | ||
91 | |||
92 | See the [API documentation](http://shaarli.github.io/api-documentation/). | ||
93 | |||
88 | ### Other usages | 94 | ### Other usages |
89 | Though Shaarli is primarily a bookmarking application, it can serve other purposes | 95 | Though Shaarli is primarily a bookmarking application, it can serve other purposes |
90 | (see [usage examples](https://github.com/shaarli/Shaarli/wiki#usage-examples)): | 96 | (see [usage examples](https://github.com/shaarli/Shaarli/wiki#usage-examples)): |