Skip to content

An API that returns the structure of the request as the response

License

Notifications You must be signed in to change notification settings

nickderobertis/mirror-api

Repository files navigation

PyPI PyPI - License Documentation Tests Run on Ubuntu Python Versions Tests Run on Macos Python Versions Tests Run on Windows Python Versions Github Repo

mirror-api

Overview

An API that returns the structure of the request as the response.

If you send it a request with any method to any path besides /docs, it will return a response matching the structure of the request.

This is useful as a sample server to test infrastructure and ensure that requests are being sent and received as expected.

Getting Started

Install mirror-api:

pip install mirror-api

Simply run the mirror-api command to start the server. To see all available options, run mirror-api --help.

Links

See the documentation here.

Development Status

This project is currently in early-stage development. There may be breaking changes often. While the major version is 0, minor version upgrades will often have breaking changes.

Developing

See the development guide for development details.

Author

Created by Nick DeRobertis. MIT License.