README.md
changeset 144 9298c19a2b06
parent 141 6068de3675c8
child 146 e78f5b584c9a
equal deleted inserted replaced
143:9ce9b39c851c 144:9298c19a2b06
     6 [![license](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/McKael/madon/master/LICENSE)
     6 [![license](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/McKael/madon/master/LICENSE)
     7 [![build](https://img.shields.io/travis/McKael/madon.svg?style=flat)](https://travis-ci.org/McKael/madon)
     7 [![build](https://img.shields.io/travis/McKael/madon.svg?style=flat)](https://travis-ci.org/McKael/madon)
     8 [![Go Report Card](https://goreportcard.com/badge/github.com/McKael/madon)](https://goreportcard.com/report/github.com/McKael/madon)
     8 [![Go Report Card](https://goreportcard.com/badge/github.com/McKael/madon)](https://goreportcard.com/report/github.com/McKael/madon)
     9 
     9 
    10 `madon` is a [Go](https://golang.org/) library to access the Mastondon REST API.
    10 `madon` is a [Go](https://golang.org/) library to access the Mastondon REST API.
       
    11 
       
    12 This implementation covers 100% of the current API, including the streaming API.
       
    13 
       
    14 The [madonctl](https://github.com/McKael/madonctl) console client uses this library exhaustively.
    11 
    15 
    12 ## Installation
    16 ## Installation
    13 
    17 
    14 To install the library:
    18 To install the library:
    15 
    19 
    34 The repository is actually a fork of my gondole branch so that
    38 The repository is actually a fork of my gondole branch so that
    35 history and credits are preserved.
    39 history and credits are preserved.
    36 
    40 
    37 ## References
    41 ## References
    38 
    42 
       
    43 - [madonctl](https://github.com/McKael/madonctl) (console client based on madon)
    39 - [Mastodon API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md)
    44 - [Mastodon API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md)
    40 - [Mastodon Streaming API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/Streaming-API.md)
    45 - [Mastodon Streaming API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/Streaming-API.md)
    41 - [Mastodon repository](https://github.com/tootsuite/mastodon)
    46 - [Mastodon repository](https://github.com/tootsuite/mastodon)