MOCKER is a user-friendly GUI application developed in Python, designed to make API development and testing a breeze. With MOCKER, you can easily mimic API responses with a fully customizable response structure, including JSON and XML formats. Whether you're a developer creating APIs or a tester examining API behavior, this tool simplifies the process and ensures you get the data you need, when you need it.
- Graphical User Interface (GUI): MOCKER comes with a user-friendly Tkinter-based graphical interface, making it accessible to users of all skill levels.
- Flexible Response Configuration: Define and customize your API response structure. Choose between JSON and XML formats to suit your project's requirements.
- Custom Response Codes: Tailor your API responses by setting custom response codes, allowing you to simulate different server responses, including errors or successes.
- HTTP Method Support: Currently, MOCKER supports the POST HTTP method, ideal for testing your endpoints that require data submission.
- Lightweight Frameworks: MOCKER utilizes Flask and Waitress to provide a fast and reliable API mocking experience, ensuring that your testing process remains smooth.
To get started with MOCKER, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/csabika98/mocker.git
- Install the required dependencies:
pip install -r requirements.txt
- Launch the application:
python mocker.py
- Start customizing your API responses and make your development and testing ta