hledger/hledger-api
2017-11-28 17:37:27 -08:00
..
doc doc: regenerate embedded manuals 2017-11-28 17:37:27 -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
CHANGES doc: draft 1.4 changelogs 2017-09-26 16:22:30 -10:00
hledger-api.cabal api: allow swagger2 2.2 2017-11-10 20:21:54 -08:00
hledger-api.hs bump version strings & lower bounds to 1.4 2017-09-30 11:44:53 -10:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml api: allow swagger2 2.2 2017-11-10 20:21:54 -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.