Hitting RESTful API through firefox
I am trying out a RESTful A开发者_如何学运维PI that has OAuth. I have the API base Url, the API key and the Secret. Is it possible for me to hit that API through firefox (need to be able to choose Request Method and supply OAuth info)?
Look at https://addons.mozilla.org/en-US/firefox/addon/restclient/. It surely has OAuth support. The UI is also excellent.
Have you looked at the Poster extension? I believe it has authorization support.
https://addons.mozilla.org/en-US/firefox/addon/poster/
http://code.google.com/p/poster-extension/issues/detail?id=55
HttpRequester is really easy and fast to use. Its shortcut is Alt+Ctrl+P
精彩评论