Page 1 of 1

REST functionality

Posted: Sun Oct 17, 2021 12:38 pm
by Lana_K
I sometimes need to send hundreds of REST calls changing their body contents using provided list of data. Robotask is the only useful program I have to automate this tedious task but the way I do it is inconvenient and glitches a lot. I have to open a REST client and then send a sequence of keystrokes.
It would greatly simplify this job if Robotask had its own built-in REST client, which could be configured to use all methods (POST, GET, PUT, etc), headers and authentication. If it could catch the response of the calls to a file or a string variable, it would be priceless.
Currently at work we are not allowed to use Postman, so have to rely on browser add-ons. And because of us, so do our Indian partners. But if Robotask had sufficient and user-friendly REST client functionality, I am sure many of my colleagues and Indian partners would use Robotask for the calls, if not for anything else.

Re: REST functionality

Posted: Sun Oct 17, 2021 1:25 pm
by Oleg
You can use cURL.exe command-line utility.
Read more here: https://robotask.com/forum/viewtopic.php?f=1&t=3278
I hope I answered your question.