Simple GUI tool to send multiple API commands together

Hi folks,

Anyone know of a way to send multiple commands to an API from a GUI tool? I don’t know any scripting languages. :frowning:

Thank you!!!

The tool of choice when sending a lot of API commands is curl. It is a command-line tool and works from a terminal, but is quite easy to use.

If you really must use a GUI tool, the Chrome tool Postman is worth looking into.