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

[Feature] - Support responses of type application/yaml #279

Open
optik-aper opened this issue Nov 8, 2023 · 0 comments
Open

[Feature] - Support responses of type application/yaml #279

optik-aper opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@optik-aper
Copy link
Member

Currently, the DoWithContext only does JSON unmarshalling of responses. This errors when there is an invalid JSON body like with application/yaml.

Some kind of header check should determine the type of unmarshal that is to be performed on the body.

@optik-aper optik-aper added the enhancement New feature or request label Nov 8, 2023
@optik-aper optik-aper self-assigned this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant