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

Improve api for setting a mocked response #63

Open
itaym2 opened this issue Jul 8, 2020 · 0 comments
Open

Improve api for setting a mocked response #63

itaym2 opened this issue Jul 8, 2020 · 0 comments

Comments

@itaym2
Copy link
Contributor

itaym2 commented Jul 8, 2020

currently there are 3 different params that control the returned content type ("responseAsJson", "respondAsStream" etc.).
We should unify them to a single "response" property that will be something like:
{
content-type: ""
data: ""
...other params relevant for this content type
}

@itaym2 itaym2 added this to the v4 milestone Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant