hledger/hledger-api
2016-01-21 14:16:00 -08:00
..
examples api: example 2 2016-01-10 11:17:48 -08:00
static api: also serve files from static/; drop ServerT 2016-01-18 08:46:56 -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: --swagger shows swagger 2.0 api docs 2016-01-21 14:16:00 -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: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00

Beginnings of a web API server, and a series of simple client-side web app examples.
This is an alternative to hledger-web, and for variety and research uses servant instead of yesod.