Chrome REST extension

I am using the REST Console.

I need to add several attachments with different parameter keys. But I can not find an option for this.

Are there any other extensions?

+4
source share
2 answers

You have a couple more options:

Chrome:

Postman - REST Client

Advanced REST Client

Firefox:

RESTClient

REST Easy (thanks to Nathan)

See if some of them meet your needs.

+14
source

I would definitely suggest DHC for chrome. For some time I use it on a daily basis, and I can say that it works fine and has features such as saving entire queries for a specific project β†’.

Here is demo: https://www.sprintapi.com/dhcs.html Here is google chrome link: https://chrome.google.com/webstore/detail/dhc-resthttp-api-client/aejoelaoggembcahagimdiliamlcdmfm?hl=en

If you're just looking for the REST API console in the google store, you will find much more.

All the best

0
source

Source: https://habr.com/ru/post/1499297/


All Articles