Skip to content

Getting Started

Screenshot

What is Mockberry

Mockberry is your all-in-one solution for creating and managing API mocks, saving you time and resources while ensuring the reliability of your applications. Whether you're a seasoned developer or just getting started, Mockberry's intuitive interface and powerful features make API mocking a breeze. Try Mockberry today and take control of your API integration process.

Installing Mockberry

Mockberry is available for macOS and can be installed via the App Store.

Core Features

  • Managing different servers
  • Managing different routes per server
  • Customizing route response at runtime
  • Proxy and log http traffic
  • Generate routes out of proxied http traffic
  • Import / Export server and routes to share between developers

Intended Usecases

Mockberry covers some simple use cases. For these cases, there are already corresponding software / frameworks, but these often do not offer a graphical user interface or the range of functions is so large that the training takes a long time.

Mocking a specific API response without relying on an external system.

The main task of Mockberry is to mimic an external HTTP API. By creating server and adding mocked routes to them, you can recreate different API responses, to match your current development step while integrating the API in your API, webapp or mobile app.

Logging HTTP Traffic

The second usecase is to log HTTP traffic and analyze every request and response. Create a proxy server and redirect the API request via the proxy to the final destination. Each request and response is recorded and can be viewed afterwards via the log.

Next steps

Start reading about creating servers and the corresponding server types.