Request edition helpers - Cloud

Talend Cloud API Tester User Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Tester
Content
Design and Development > Testing APIs
Last publication date
2024-03-27

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.