Update feature list.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-11 16:50:22 +01:00
parent 65ea6fd64b
commit ee87cd0436
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 7 deletions

View File

@ -29,16 +29,11 @@ favorite JSON library and we don't want to impose our choice on you!
This is still a work in progress; here is a rough overview of the features:
* [ ] Requests
** [x] `GET` requests.
** [x] Streaming `GET` requests.
** [x] `POST` requests.
** [ ] `PATCH` requests.
** [ ] `PUT` requests.
** [ ] `DELETE` requests.
* [x] `GET`, Streaming `GET`, `POST`, `PATCH`, `PUT` and `DELETE` requests.
* [x] Report maximum allowed character per post.
* [ ] Comfortable access to pagination headers.
* [ ] Comfortable function to register a new “app” (get an access token).
* [ ] Report which mime types are allowed for posting statuses.
== Usage