Skip to main content

Learning resources

In this page we index all our official learning resources.

📝 How to articles

The list of tutorial articles hosted in our blog.

🎥 Video tutorials

Some short and straight to the point videos to get you up to speed.

These are videos featuring older versions of the extension, but we believe they are still relevant since the same functionalities are in place:

Do you want to try it yourself this yourself? Check out the interactive tutorial below 👇

🧪 Interactive tutorial

You can mock your first request right here. Let‘s do it 💪

Click “Trigger HTTP request“ to see the request fail.


(👀 http request result will appear here)

Now, configure the following:

  1. In the extension click to add a new rule.
  2. Copy this to the URL:
    https://example.com/api/first-mock
  3. Copy this to the Response payload:
    { "message": "my first mock!" }
  4. In the extension click
  5. Click again on “Trigger HTTP request“ and see your mock appear on the screen.


Was this page helpful?