hledger/hledger-api
Simon Michael 6b8fcd7205 changelogs
2018-06-30 21:57:06 +01: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 changelogs 2018-06-30 21:57:06 +01:00
hledger-api.1 doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger-api.cabal regenerate cabal files, fix tabular compilation error 2018-04-23 18:52:28 -07:00
hledger-api.hs lib, app, web, ui: rename readJournalFile[s]WithOpts to readJournalFile, same for tryReader[s]WithOpts 2018-04-17 15:25:02 -07:00
hledger-api.info doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger-api.m4.md api: doc: more detailed api description 2018-02-16 11:09:07 -08:00
hledger-api.txt doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml cabal: update tested-with 2018-04-20 05:24:09 -07: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.