Include new tasks in the to-do list

master
Milton Mazzarri 2017-04-16 23:44:42 -05:00
parent 68e47daf4b
commit 9754cd52c5
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
1 changed files with 5 additions and 3 deletions

View File

@ -36,9 +36,11 @@ All contributions are welcome!
* OAuth2 authentication
- Register client for token-access
- Token authentication for API usage
* Support arrays as parameter type
* Uploading media attachment
* Getting who reblogged/favourited a status
* [Streaming API](https://github.com/tootsuite/documentation/blob/master/Using-the-API/Streaming-API.md)
* [Support arrays as parameter types](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#parameter-types)
* [Update current user](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#updating-the-current-user)
* Fix method: [Uploading media attachment](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#uploading-a-media-attachment)
* [Getting who reblogged/favourited a status](https://github.com/milmazz/hunter/pull/2)
* Verify each endpoint
* Improve unit tests
* Improve documentation