How to do REST calls from Google Chrome [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_运维百科Closed 7 years ago.
Improve this questionAre there any plugins for Google Chrome to make REST calls? Like the Poster plugin for firefox.
I have tried chrome-poster, but it seems it still is on early development
You should also give a try to Postman REST Client (Packaged App), which is a fork from Simple REST Client. (There is also a lite version that runs in an ordinary Chrome tab and will suggest upgrading to the Packaged App version).
This extension is also open sourced on github.
Here is a short of its features:
- Compact layout
- HTTP requests with file upload support
- Formatted API responses for JSON and XML
- HATEOS support
- Image previews
- Request history
- Basic Auth and OAuth 1.0 helpers
- Autocomplete for URL and header values
- Key/value editors for adding parameters or header values. Works for URL parameters too.
- Use environment variables to easily shift between settings. Great for testing production, staging or local setups.
- Keyboard shortcuts to maximize your productivity
Did you try this extension: REST Console?
You should try: cREST Client.
I would wholeheartedly recommend Advanced Rest Client: https://chrome.google.com/webstore/detail/hgmloofddffdnphfgcellkdfbfbjeloo
It was the only one that made POSTing form content really easy.
And here is one more: DHC by Restlet
I tried a lot of them and this is the best one I've used so far.
I used this DHC by Restlet. We can pass the session values as well as param
in very well manner.
I this extension: Simple REST Client.
精彩评论