GoToSocial/internal/api/client/reports
tobi e9747247d5
[feature] Implement `/api/v1/reports` endpoints on client API (#1330)
* start adding report client api

* route + test reports get

* start report create endpoint

* you can create reports now babyy

* stub account report processor

* add single reportGet endpoint

* fix test

* add more filtering params to /api/v1/reports GET

* update swagger

* use marshalIndent in tests

* add + test missing Link info
2023-01-23 13:14:21 +01:00
..
reportcreate.go [feature] Implement `/api/v1/reports` endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
reportcreate_test.go [feature] Implement `/api/v1/reports` endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
reportget.go [feature] Implement `/api/v1/reports` endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
reportget_test.go [feature] Implement `/api/v1/reports` endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
reports.go [feature] Implement `/api/v1/reports` endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
reports_test.go [feature] Implement `/api/v1/reports` endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
reportsget.go [feature] Implement `/api/v1/reports` endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00
reportsget_test.go [feature] Implement `/api/v1/reports` endpoints on client API (#1330) 2023-01-23 13:14:21 +01:00