From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Wanted: volunteer to integrate REST-client (restclient.el) Date: Fri, 7 Feb 2014 14:35:13 +0100 Message-ID: <2014-02-07T14-30-02@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBlae-00051n-Qj for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 08:35:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBlaY-0007E5-Va for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 08:35:32 -0500 Received: from plane.gmane.org ([80.91.229.3]:60051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBlaY-0007Dv-PI for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 08:35:26 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WBlaX-00038q-Ca for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 14:35:25 +0100 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Feb 2014 14:35:25 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Feb 2014 14:35:25 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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: : : : <...> : 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