# HG changeset patch # User Mikael Berthe # Date 1492859301 -7200 # Node ID 9298c19a2b06d92262c2455c53dff1407e524875 # Parent 9ce9b39c851c57285aef32babb5b96df1a92201c Update README diff -r 9ce9b39c851c -r 9298c19a2b06 README.md --- a/README.md Sat Apr 22 12:57:11 2017 +0200 +++ b/README.md Sat Apr 22 13:08:21 2017 +0200 @@ -9,6 +9,10 @@ `madon` is a [Go](https://golang.org/) library to access the Mastondon REST API. +This implementation covers 100% of the current API, including the streaming API. + +The [madonctl](https://github.com/McKael/madonctl) console client uses this library exhaustively. + ## Installation To install the library: @@ -36,6 +40,7 @@ ## References +- [madonctl](https://github.com/McKael/madonctl) (console client based on madon) - [Mastodon API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md) - [Mastodon Streaming API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/Streaming-API.md) - [Mastodon repository](https://github.com/tootsuite/mastodon)