X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FREST-API.md;h=68a83c00a9b801c9c97679710e73c1cd5055ec00;hb=57c628e195f0072867829220d2373ef15f23bc7c;hp=0b8aba8a76f8e906dbee97bca69c34786fadf771;hpb=154682d9a2cc5752003187323eff82a6dfa5b329;p=github%2Fshaarli%2FShaarli.git 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); - [Android client example with Kotlin](https://gitlab.com/snippets/1665808) by [Braincoke](https://github.com/Braincoke) +### Javascript, NodeJS + +- [shaarli-client](https://www.npmjs.com/package/shaarli-client) + ([source code](https://github.com/laBecasse/shaarli-client)) + by [laBecasse](https://github.com/laBecasse) ### PHP