You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2020. It is now read-only.
Support the user providing an OpenAPI schema, and automatically populating mock responses with stable, random data.
Stable, meaning that the random values are generated using the request parameters, so that identical requests receive identical responses (without having to store any of the randomly generated data).
Users should be able to add stable random data to any mocked response in a manner they see fit. For instance, if a response is defined as a template using a templating engine, the service could allow a specialized template interpolation for inserting a stable random value of a particular type (i.e., faker values).
For this delivery, random values are seeded from the plain URL string. Write this extensibly if possible for future user configuration of randomness sources.