documentation: add links to example REST API clients

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
VirtualTam 2017-08-05 14:30:43 +02:00
parent e62486dd6a
commit 61f63d1086
1 changed files with 14 additions and 1 deletions

View 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