Simple GUI tool to send multiple API commands together

Not applicable

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. 😞

Thank you!!!

Solved Solved
0 1 199
1 ACCEPTED SOLUTION

Not applicable

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.

View solution in original post

1 REPLY 1

Not applicable

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.