diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-08-08 22:02:50 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-08-08 22:02:50 +0200 |
commit | 57c628e195f0072867829220d2373ef15f23bc7c (patch) | |
tree | dd3241f0fffd8b8deda3d6aabe2a3c56f096e706 /doc/md/REST-API.md | |
parent | 154682d9a2cc5752003187323eff82a6dfa5b329 (diff) | |
download | Shaarli-57c628e195f0072867829220d2373ef15f23bc7c.tar.gz Shaarli-57c628e195f0072867829220d2373ef15f23bc7c.tar.zst Shaarli-57c628e195f0072867829220d2373ef15f23bc7c.zip |
documentation: update 3rd-party resources
Relates to https://github.com/shaarli/Shaarli/issues/915
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/md/REST-API.md')
-rw-r--r-- | doc/md/REST-API.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/md/REST-API.md b/doc/md/REST-API.md index 0b8aba8a..68a83c00 100644 --- a/doc/md/REST-API.md +++ b/doc/md/REST-API.md | |||
@@ -88,6 +88,11 @@ $signature = hash_hmac('sha512', $content, $secret); | |||
88 | - [Android client example with Kotlin](https://gitlab.com/snippets/1665808) | 88 | - [Android client example with Kotlin](https://gitlab.com/snippets/1665808) |
89 | by [Braincoke](https://github.com/Braincoke) | 89 | by [Braincoke](https://github.com/Braincoke) |
90 | 90 | ||
91 | ### Javascript, NodeJS | ||
92 | |||
93 | - [shaarli-client](https://www.npmjs.com/package/shaarli-client) | ||
94 | ([source code](https://github.com/laBecasse/shaarli-client)) | ||
95 | by [laBecasse](https://github.com/laBecasse) | ||
91 | 96 | ||
92 | ### PHP | 97 | ### PHP |
93 | 98 | ||