hledger/hledger-api
Simon Michael 0674b5f850 api: note hledger-api's retirement, & bump back to 1.14.99
Revert the "1.15" version strings which were just an artifact
of releasing the other packages.
2019-09-10 18:52:00 -07: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 api: note hledger-api's retirement, & bump back to 1.14.99 2019-09-10 18:52:00 -07:00
CHANGES.md api: note hledger-api's retirement, & bump back to 1.14.99 2019-09-10 18:52:00 -07:00
defs.m4 api: note hledger-api's retirement, & bump back to 1.14.99 2019-09-10 18:52:00 -07:00
hledger-api.1 ;regen embedded manuals 2019-05-23 22:26:43 -07:00
hledger-api.cabal api: note hledger-api's retirement, & bump back to 1.14.99 2019-09-10 18:52:00 -07:00
hledger-api.hs web, api: update for MarketPrice/PriceDirective change 2019-06-13 15:50:01 -07:00
hledger-api.info ;regen embedded manuals 2019-05-23 22:26:43 -07:00
hledger-api.m4.md ;doc: don't add page TOCs any more, sphinx has it covered 2019-08-26 09:37:03 -07:00
hledger-api.txt ;regen embedded manuals 2019-05-23 22:26:43 -07:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml api: note hledger-api's retirement, & bump back to 1.14.99 2019-09-10 18:52:00 -07:00
README api: note hledger-api's retirement, & bump back to 1.14.99 2019-09-10 18:52:00 -07: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.

As of 2019-09, this has been retired in favour of hledger-web.
hledger-web 1.15+ includes hledger-api's functionality plus
newer updates.