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
|
2018-07-24 00:28:13 -05:00
|
|
|
#+BEGIN_SRC restclient :results replace
|
2018-07-18 00:21:33 -05:00
|
|
|
GET https://www.google.com
|
|
|
|
#+END_SRC
|
2018-07-24 00:28:13 -05:00
|
|
|
|
|
|
|
#+BEGIN_SRC restclient :results replace
|
|
|
|
GET https://ipinfo.io
|
2018-07-18 00:21:33 -05:00
|
|
|
#+END_SRC
|