Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do REST calls from Google Chrome [closed]

Are 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

like image 450
Diego Dias Avatar asked Jun 07 '10 15:06

Diego Dias


2 Answers

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
like image 108
j0k Avatar answered Oct 25 '22 17:10

j0k


Did you try this extension: REST Console?

like image 33
Ahmad Nassri Avatar answered Oct 25 '22 15:10

Ahmad Nassri