Skip to main content

Request edition helpers

In pretty mode, when possible, the URLs are parsed and emphasized. When you click on the link, the request is updated:

  • The URL field of the current request is updated with the value of the link (relative links are computed against the current request's URL).
  • The method of the current request is set to GET.

This is useful if you want to browse your API in the same way you browse the internet: by following links on pages. If you first request your API to get a contact and if the body contains links to the contact's address, you can quickly get the representation of the related address in two clicks:

  1. Click on the link to refresh the current request.
  2. Send the new request.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!