RodriNS
09/23/2024, 3:16 AMCeligo AI
09/23/2024, 3:16 AMAI generated answer (using internal Slack threads):To run your Restlet through Postman, you can follow these steps: 1. Open Postman. 2. In the top left corner, click on the
New
button.
3. Select Request
.
4. Give your request a name and select a collection to save it to.
5. Click Save
.
6. In the builder tab, select the type of request you want to make (GET, POST, etc.).
7. Enter your Restlet URL in the Enter request URL
field.
8. If your Restlet requires any headers, click on the Headers
tab and enter them.
9. If your Restlet requires any parameters, click on the Params
tab and enter them.
10. If you are making a POST request and your Restlet requires a body, click on the Body
tab and enter the body.
11. Click Send
to make the request.
For OAuth 2.0 authentication, you can refer to this video tutorial:
To check if your Restlet is working fine, you should return the response on success. You can also check the Restlet script logs for more details.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
09/23/2024, 3:16 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856749952
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.852855682
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849921048
Celigo AI
09/23/2024, 3:16 AM