public
Description: Emacs Lisp client libraries for 37signals' various product APIs
Homepage: http://edward.oconnor.cx/elisp/
Clone URL: git://github.com/hober/37emacs.git
Click here to lend your support to: 37emacs and make a donation at www.pledgie.com !
hober (author)
Mon Aug 18 20:30:47 -0700 2008
commit  0394e79f46b09ce8544ea9269839357844671f10
tree    2649630b0dda1a64d66a3cc2f60fd37625e03e39
parent  44092f375b76882a95c2207e6af34d54bc3743c3
name age message
file .gitignore Fri Apr 11 16:57:47 -0700 2008 Added .gitignore [hober]
file Makefile Fri Apr 11 16:30:33 -0700 2008 Initial import. [hober]
file README.markdown Loading commit data...
file backpack.el
file highrise.el Fri Apr 11 16:55:22 -0700 2008 Point links in .el files at github [hober]
file rest-api.el Fri Apr 11 16:30:33 -0700 2008 Initial import. [hober]
README.markdown
                                                    -*- markdown -*-

37emacs

Emacs Lisp client libraries for various 37signals APIs.

backpack.el

A client library for the Backpack API.

TODO

  • Implement the new journal API.

highrise.el

A client library for the Highrise API. Currently only supports reading data from Highrise.

Integrates with EUDC, so you can tab-complete Highrise contacts in mail-mode and message-mode.

rest-api.el

This is where I'm collecting little utilities that come in handy when coding to REST APIs in Emacs Lisp.