Signed-off-by: VirtualTam <virtualtam@flibidi.net>
```
-### 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
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