localroast icon indicating copy to clipboard operation
localroast copied to clipboard

Support auto-generated content for list endpoints

Open trusch opened this issue 7 years ago • 1 comments

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

trusch avatar Oct 30 '18 13:10 trusch

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.

caalberts avatar Oct 30 '18 13:10 caalberts