Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Automatic, stable randomized responses based on OpenAPI schema #2

@a-type

Description

@a-type

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions