]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/api.el: New library for making HTTP requests
authorArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 12 Nov 2015 23:27:38 +0000 (23:27 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 12 Nov 2015 23:32:59 +0000 (23:32 +0000)
commit84cd22ec083f2c58f7849967849b715ca0c6c9e5
tree3caadff816daddfe56c5e9c750a6d8374ad33f05
parent0c928266114aa75c7bfa1842fe5023174d2984c8
* lisp/emacs-lisp/api.el: New library for making HTTP requests

Wrapper around url.el that is more functional, and aims to be more
straightforward to use. Response data is returned by the function;
synchronous and asynchronous operations take the same form; no use of
dynamic variables; possibility of automatic paging of results.
lisp/emacs-lisp/api.el [new file with mode: 0644]