Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

5 Answers

up vote 3 down vote accepted

Did you try this extension: REST Console?

share|improve this answer

You should also give a try to Postman REST Client, which is a fork from Simple REST Client.

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
share|improve this answer

You should try: cREST Client.

share|improve this answer

I this extension: Simple REST Client.

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.