You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many parts of the code currently assume a content type of application/json while others are more agnostic. Certain request types aren't generated unless the content type is application/json, expecting the user to implement such types themselves.
We should find all instances of assumptions of JSON and improve the variety of content types that can be used in generation.
There are many common content types, so maybe we should consider even more.
Note: This should apply specifically to the server code, as the client is being completely remade with this in mind already.
The text was updated successfully, but these errors were encountered:
zacharyburkett
changed the title
First class XML/YAML support
First class XML/YAML content type support
Oct 29, 2021
Many parts of the code currently assume a content type of
application/json
while others are more agnostic. Certain request types aren't generated unless the content type isapplication/json
, expecting the user to implement such types themselves.We should find all instances of assumptions of JSON and improve the variety of content types that can be used in generation.
There are many common content types, so maybe we should consider even more.
Note: This should apply specifically to the server code, as the client is being completely remade with this in mind already.
The text was updated successfully, but these errors were encountered: