localroast
localroast copied to clipboard
Mock a server for development and testing
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
https://swagger.io/specification/ Questions: - which version? - json or yml? - how to differentiate between openAPI file and existing json or yml if supported
Useful to support multiple responses, such as success, failure, errors. Options: - Randomly pick from the responses - Round robin - Weighted
Thumbs up if a `.yml` file would be useful. Suggestions on what the format of `.yml` would be appreciated too. One idea I had was to work based on swagger,...