diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2017-08-08 22:21:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 22:21:54 +0200 |
commit | ecda1e0ace4a8bf0f852820e02695e0fd8c68359 (patch) | |
tree | dd3241f0fffd8b8deda3d6aabe2a3c56f096e706 /doc/md/REST-API.md | |
parent | 154682d9a2cc5752003187323eff82a6dfa5b329 (diff) | |
parent | 57c628e195f0072867829220d2373ef15f23bc7c (diff) | |
download | Shaarli-ecda1e0ace4a8bf0f852820e02695e0fd8c68359.tar.gz Shaarli-ecda1e0ace4a8bf0f852820e02695e0fd8c68359.tar.zst Shaarli-ecda1e0ace4a8bf0f852820e02695e0fd8c68359.zip |
Merge pull request #920 from virtualtam/documentation/rest-3rd
documentation: update 3rd-party resources
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 | ||