emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Wanted: volunteer to integrate REST-client (restclient.el)


From: Karl Voit
Subject: [O] Wanted: volunteer to integrate REST-client (restclient.el)
Date: Fri, 7 Feb 2014 14:35:13 +0100
User-agent: slrn/0.9.9 (Linux)

Hi!

I am not an ELISP programmer (unfortunately) but a proud heavy-user
of Org-mode. At work, I need a REST-client to talk to a REST API
very often.

Recently, I found [1] which works quite well. However, I need to
open a new buffer into restclient-mode to execute requests.

Wouldn't it be nice if Org-mode could integrate this tool so that,
e.g., following example could be invoked via babel?

    #+BEGIN_SRC REST
    GET http://myserver/rest/dothis
    Authorization: Basic YmVfcmVzdF9hZG1
    Accept-Encoding: application/xml
    #+END_SRC
    
    #+RESULTS:
    : <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    : <faultInfo xmlns="http://example.com/product/model";>
    :   <...>
    : </faultInfo>

I also proposed this as a request on [2] but the author is not using
Org-mode on a regular basis.

So: is there any volunteer who wants to complete Org-mode's
featureset even more?

Thanks!
   
  1. https://github.com/pashky/restclient.el
  2. https://github.com/pashky/restclient.el/issues/21
-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
       > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




reply via email to

[Prev in Thread] Current Thread [Next in Thread]