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

Include "value only" flag for bake #24

Open
d98762625 opened this issue Jul 6, 2020 · 0 comments
Open

Include "value only" flag for bake #24

d98762625 opened this issue Jul 6, 2020 · 0 comments

Comments

@d98762625
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently when you POST to /bake it returns a type and a value. If someone wanted to write the converted input to file, they would need to do some post-processing to extract the value from the returned data.

There could be a valuesOnly flag or property that the user could set, and then only the value would be returned.

Describe the solution you'd like
if valuesOnly is truthy
return body only contains dish.value
outputType is still honoured

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