Use snippet from web documentation
GET https://postman-echo.com/get?foo1=bar1&foo2=bar2
In the same manner as the previous example, you can also use a code snippet in the web documentation. The web documentation is automatically generated from any Qodex collection.
- Click the flyout next to the collection name to reveal the collection details, and click View in web.
- From the dropdown in the web documentation, select your preferred programming language to update all the code samples appropriately.
- Identify a request to copy, and then paste it into your Integrated Development Environment (IDE).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
foo1 | string | ||
foo2 | string |