hledger/hledger-api
Simon Michael 0ab008ed5e api: merge tomk's WIP angular client, cleanups
- api routes (but not /swagger.json) are now under /api/v1
- the api has changed a bit, more to come
- files are served from the current directory by default, simplifying naming
- the startup message is more informative
- added some startup hints for the angular client
2016-01-24 13:37:34 -08:00
..
examples api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08: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: --swagger shows swagger 2.0 api docs 2016-01-21 14:16:00 -08:00
hledger-api.hs api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml api: --swagger shows swagger 2.0 api docs 2016-01-21 14:16:00 -08:00
README api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08: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.