add support for filters

This commit is contained in:
Rasmus Lindroth 2022-03-10 19:23:35 +01:00 committed by mattn
parent 7745e19ff7
commit dfa87f3a80
3 changed files with 471 additions and 0 deletions

View file

@ -93,6 +93,11 @@ func main() {
* [x] DELETE /api/v1/conversations/:id
* [x] POST /api/v1/conversations/:id/read
* [x] GET /api/v1/favourites
* [x] GET api/v1/filters
* [x] POST api/v1/filters
* [x] GET api/v1/filters/:id
* [x] PUT api/v1/filters/:id
* [x] DELETE api/v1/filters/:id
* [x] GET /api/v1/follow_requests
* [x] POST /api/v1/follow_requests/:id/authorize
* [x] POST /api/v1/follow_requests/:id/reject