]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/REST-API.md
documentation: add links to example REST API clients
[github/shaarli/Shaarli.git] / doc / md / REST-API.md
index ad4077490d7afd8fb6a85caabaaba03111ca3946..f3f0b17aa00bc441bac3ef3d240f703fa7d4ec5a 100644 (file)
@@ -68,7 +68,12 @@ $signature = hash_hmac('sha512', $content, $secret);
 ```
 
 
-### Complete examples
+## Clients and examples
+### Android, Java, Kotlin
+
+- [Android client example with Kotlin](https://gitlab.com/snippets/1665808)
+  by [Braincoke](https://github.com/Braincoke)
+
 
 ### PHP
 
@@ -119,3 +124,11 @@ function getInfo($baseUrl, $secret) {
 
 var_dump(getInfo($baseUrl, $secret));
 ```
+
+
+### Python
+
+See the reference API client:
+
+- [Documentation](http://python-shaarli-client.readthedocs.io/en/latest/) on ReadTheDocs
+- [python-shaarli-client](https://github.com/shaarli/python-shaarli-client) on Github