aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-05-07 17:33:16 +0200
committerArthurHoaro <arthur@hoa.ro>2017-05-07 17:33:16 +0200
commiteb5548e8531cf2bf7c9c7b0e77a456475d6c3535 (patch)
treedde78c6f3c924f19a35d642c5ea6118c210cacef /README.md
parenta4af59f47103a3f9c903eeddb1e30ab9cb7344f0 (diff)
downloadShaarli-eb5548e8531cf2bf7c9c7b0e77a456475d6c3535.tar.gz
Shaarli-eb5548e8531cf2bf7c9c7b0e77a456475d6c3535.tar.zst
Shaarli-eb5548e8531cf2bf7c9c7b0e77a456475d6c3535.zip
Readme: add API documentation link
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cfdefc66..d57f5202 100644
--- a/README.md
+++ b/README.md
@@ -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
90Easily extensible by any client using the REST API exposed by Shaarli.
91
92See the [API documentation](http://shaarli.github.io/api-documentation/).
93
88### Other usages 94### Other usages
89Though Shaarli is primarily a bookmarking application, it can serve other purposes 95Though 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)):