mockend

Mockend is a simple tool for mocking endpoints


Keywords
api, api-rest, fake-api, fake-api-json-server, mock, mock-server, moking
License
MIT
Install
pip install mockend==0.4.1

Documentation

Mockend API

GitHub Licence GitHub Workflow Status Documentation Status Code coverage Code quality downloadrate downloads PyPI PyPI - Format PyPI - Wheel GitHub last commit GitHub Release Date

Mockend is a simple, lightweight, and extensible REST API mocking Python library. It can be used to mock any REST API endpoint, and can be used to mock any HTTP method. the library is very easy to use and easy to extend. It just need configuration file, then it will simulate the REST API response.

Installation

pip install mockend

Documentation

In endpoint configuration available method with their configuration can be used to mock any HTTP method. All configuration of response can be mock in method configuration.

Documentation: https://mghorbani2357.github.io/Mockend/

Readthedocs: https://mockend.readthedocs.io/en/latest/