Requester: ridiculously powerful, elegant REST client for Sublime Text
1–3 of 3 posts
Re: Requester: ridiculously powerful, elegant REST client for Sublime Text
#2Nice work. It reminds me of restclient-mode [0] for Emacs, a package that I use daily.
As a python developer, that this builds on top of python & requests is very attractive!
Re: Requester: ridiculously powerful, elegant REST client for Sublime Text
#3Nice work. It reminds me of restclient-mode [0] for Emacs, a package that I use daily. As a python developer, that this builds on top of python & requests is very attractive! [0] https://github.com/pashky/restclient.el
Thanks!
I built Requester so that its syntax would be identical to Requests' syntax, so I wouldn't have to come up with my own syntax for the plugin. Requests' syntax is _extensively_ documented, and improving on it would be quite a tall order.
Are there any features you think would be nice that aren't here?