Mockdoor 0.50.04 Released

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

In this update the biggest change was the complete introduction of an integrated and interactive (can use it to run API requests easily) swagger/API documentation. You can view the new swagger docs at the /swagger/ endpoint. This update also included some bug fixes and improvements to the Request manager and multiple APIs handling of bad requests. Lastly the latency detail on mock responses was added to the UI CRUD pages.

The swagger documentation is also available at https://app.swaggerhub.com/apis-docs/MOCKDOOR/mockdoor_server/

As usual to quickly see the update you can run the command.

“docker run -d -p 44304:80 –name mockdoor mockdoor/server:0-50-04”

Then navigate to http://localhost44304/swagger/ to see the new API documentation.

New features here

With the new swagger documentation you can view all APIs with example json requests and even run them

New features here

Run API requests from the API documentation directly!

mockdoor latency feature

New features here

Ability to edit recorded latency (for future use to simulate fake delay of matching time on mock response)