dotfiles/emacs/rest_client.org

13 lines
281 B
Org Mode
Raw Normal View History

2018-07-18 00:21:33 -05:00
* HTTP REST CLIENT
*** #+BEGIN_SRC and #+END_SRC tags need to be present
*** fold/unfold with tab
** #Example GET Request
#+BEGIN_SRC restclient :results replace
2018-07-18 00:21:33 -05:00
GET https://www.google.com
#+END_SRC
#+BEGIN_SRC restclient :results replace
GET https://ipinfo.io
2018-07-18 00:21:33 -05:00
#+END_SRC