Added the create, destroy, list and list IDs mute(s) endpoints.

Roughly modelled on the similar-ish block user functions (note: the
"mutes/users" instead of just "mutes" appears to be intentional by
Twitter).

Also added myself to AUTHORS.rst because I reckon adding API bits makes
the grade.  ;)
This commit is contained in:
Ben McGinnes 2014-11-02 10:41:56 +11:00
parent 134414c87a
commit 123b8f4f74
2 changed files with 41 additions and 0 deletions

View file

@ -54,3 +54,4 @@ Patches and Suggestions
- `Mertcan Mermerkaya <https://github.com/mmermerkaya>`_, Fixed code example in documentation
- `Donne Martin <https://github.com/donnemartin>`_, Fixed typos in `README.rst`
- `Diego Allen <https://github.com/dalleng>`_, Add missing comma in documentation code snippet
- `Ben McGinnes <https://github.com/Hasimir>`_, Added mute API endpoints, a couple of examples, random bits.