hledger/hledger-api
2019-03-01 18:39:25 -08:00
..
examples api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
.version bump version, manual dates 2019-03-01 16:11:15 -08:00
CHANGES.md doc: changelogs 2019-03-01 17:46:37 -08:00
defs.m4 bump version, manual dates 2019-03-01 16:11:15 -08:00
hledger-api.1 regen cabal files/manuals 2019-03-01 16:17:25 -08:00
hledger-api.cabal bump hledger version to 1.14.1, and other pkgs' lower bounds 2019-03-01 18:39:25 -08:00
hledger-api.hs api: cleanups, simplify ToJSON instances 2019-02-18 22:55:55 -08:00
hledger-api.info regen cabal files/manuals 2019-03-01 16:17:25 -08:00
hledger-api.m4.md api: doc: more detailed api description 2018-02-16 11:09:07 -08:00
hledger-api.txt regen cabal files/manuals 2019-03-01 16:17:25 -08:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml bump hledger version to 1.14.1, and other pkgs' lower bounds 2019-03-01 18:39:25 -08:00
README api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00
Setup.hs api: Setup.hs file to pass hackage check 2016-10-26 13:04:05 -07:00

A web API server for hledger data, and some client-side app examples.
This is an alternative to hledger-web, and for variety uses servant instead of yesod.