add support for filters
This commit is contained in:
parent
7745e19ff7
commit
6d2815e3ba
3 changed files with 471 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue