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

Support auto-generated content for list endpoints #10

Open
trusch opened this issue Oct 30, 2018 · 1 comment
Open

Support auto-generated content for list endpoints #10

trusch opened this issue Oct 30, 2018 · 1 comment

Comments

@trusch
Copy link

trusch commented Oct 30, 2018

It would be great to have auto-generated values for the responses especially for list endpoints. Mocking a large response list is otherwise just a very dumb task

@caalberts
Copy link
Owner

I agree with this. I have done this previously when mocking using Sinatra is to have dynamically generated values.

How do you see this feature being supported though?

I’m thinking something similar to https://github.com/stympy/faker, using keywords as values, like {“id”: :uuid}. It needs to be easily parsed though.

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

2 participants