X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FREST-API.md;h=68a83c00a9b801c9c97679710e73c1cd5055ec00;hb=cdaf414c980ff181c874f5acc36d863062f80407;hp=0b8aba8a76f8e906dbee97bca69c34786fadf771;hpb=c7fcea1347e81072c5b77c1b3c2c6fb13f02c16f;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