Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First class XML/YAML content type support #52

Open
zacharyburkett opened this issue Oct 29, 2021 · 0 comments
Open

First class XML/YAML content type support #52

zacharyburkett opened this issue Oct 29, 2021 · 0 comments

Comments

@zacharyburkett
Copy link
Member

zacharyburkett commented 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 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.

@zacharyburkett zacharyburkett changed the title First class XML/YAML support First class XML/YAML content type support Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant