GoToSocial/internal/api/client/followrequest
tobi e2daf0f012
Add `Accept` header negotiation to relevant API endpoints (#337)
* start centralizing negotiation logic for API

* swagger document nodeinfo endpoint

* go fmt

* document negotiate function

* use content negotiation

* tidy up negotiation logic

* negotiate content throughout client api

* swagger

* remove attachment on Content

* add accept header to test requests
2021-12-11 17:50:00 +01:00
..
authorize.go Add `Accept` header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
authorize_test.go Follow request improvements (#282) 2021-10-16 13:27:43 +02:00
followrequest.go Implement Cobra CLI tooling, Viper config tooling (#336) 2021-12-07 13:31:39 +01:00
followrequest_test.go Add `Accept` header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
get.go Add `Accept` header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
get_test.go Follow request improvements (#282) 2021-10-16 13:27:43 +02:00
reject.go Add `Accept` header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
reject_test.go Follow request improvements (#282) 2021-10-16 13:27:43 +02:00