Skip to content

Creating Mock APIs without a swagger document

Erik edited this page Mar 15, 2023 · 1 revision

Starting from V1.4 BeeRock is now able to create mock REST APIs even without a swagger document. Here's how you can do it

  1. Open BeeRock and uncheck use swagger/openApi doc.

image

  1. Click Lets Go. This will now create a REST service with sample templated routes for GET, PUT, POST, DELETE, and PATCH

image

  1. Click on the route template to edit it.

image

To change the HTTP Method, Right-click on it and select a new one

image