diff options
Diffstat (limited to 'vendor/github.com/McKael/madon/README.md')
| -rw-r--r-- | vendor/github.com/McKael/madon/README.md | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/vendor/github.com/McKael/madon/README.md b/vendor/github.com/McKael/madon/README.md deleted file mode 100644 index f76456b..0000000 --- a/vendor/github.com/McKael/madon/README.md +++ /dev/null @@ -1,46 +0,0 @@ -# madon - -Golang library for the Mastodon API - -[](https://godoc.org/github.com/McKael/madon) -[](https://raw.githubusercontent.com/McKael/madon/master/LICENSE) -[](https://travis-ci.org/McKael/madon) -[](https://goreportcard.com/report/github.com/McKael/madon) - -`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 (Go >= v1.5 required): - - go get github.com/McKael/madon - -You can test it with my CLI tool: - - go get github.com/McKael/madonctl - -## Usage - -This section has not been written yet (PR welcome). - -For now please check [godoc](https://godoc.org/github.com/McKael/madon) and -check the [madonctl](https://github.com/McKael/madonctl) project -implementation. - -## History - -This API implementation was initially submitted as a PR for gondole. - -The repository is actually a fork of my gondole branch so that -history and credits are preserved. - -## 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) |
