hledger/hledger-api
2016-01-10 07:09:25 -08:00
..
examples api: first app! lists account names 2016-01-09 15:54:22 -08:00
CHANGES api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
hledger-api.1.md api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
hledger-api.cabal api: refactor, try docopt 2016-01-10 07:09:25 -08:00
hledger-api.hs api: refactor, try docopt 2016-01-10 07:09:25 -08:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml api: refactor, try docopt 2016-01-10 07:09:25 -08:00
README api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00

Beginnings of a web API server, and a series of simple client-side web app examples.
This is an alternative to hledger-web, and for variety and research uses servant instead of yesod.