localroast icon indicating copy to clipboard operation
localroast copied to clipboard

Mock a server for development and testing

Results 4 localroast issues
Sort by recently updated
recently updated
newest added

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,...

question