hledger/hledger-api
2016-01-19 09:15:59 +01:00
..
static api: Client sidebar looks okay for now #316 2016-01-18 22:04:42 +01: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: /prices, /commodities, cleanup 2016-01-10 08:58:40 -08:00
hledger-api.hs api: stuff all the endpoints under /api/v1/ 2016-01-19 09:15:59 +01:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml api: /prices, /commodities, cleanup 2016-01-10 08:58:40 -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.