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.

Basic mocking server #1

@a-type

Description

@a-type

Create an API mocking server that can serve user-defined mock payloads by matching against incoming requests and loading responses from storage.

Request matching logic should be written extensibly, and for this delivery it must only naively match the URL path.

For this delivery, mock responses are static values, defined by the user via a user interface.

Storage of configuration should be written extensibly, but the only implementation to be delivered right now is file-based.

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