hledger-api: Web API server for the hledger accounting tool

[ deprecated, finance, gpl, program ] [ Propose Tags ]
Deprecated in favor of hledger-web

2019-09: hledger-api has been mothballed; use hledger-web instead (1.15+).

This is a simple web API server for hledger data. It comes with a series of simple client-side web app examples.

hledger is a cross-platform program for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format. It is inspired by and largely compatible with ledger(1). hledger provides command-line, curses and web interfaces, and aims to be a reliable, practical tool for daily use.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.2, 1.3, 1.3.1, 1.4, 1.5, 1.9, 1.9.1, 1.10, 1.11, 1.11.1, 1.12, 1.13, 1.14
Change log CHANGES.md
Dependencies aeson, base (>=4.8 && <4.13), bytestring, containers, data-default (>=0.5), Decimal, docopt, either, hledger (>=1.14 && <1.15), hledger-lib (>=1.14 && <1.15), microlens (>=0.4), microlens-platform (>=0.2.3.1), safe, servant-server (>=0.10), servant-swagger, swagger2 (>=2.0 && <2.4), text, transformers, wai, wai-extra, warp [details]
License GPL-3.0-only
Author Simon Michael <simon@joyful.com>
Maintainer Simon Michael <simon@joyful.com>
Revised Revision 4 made by SimonMichael at 2019-09-11T01:34:34Z
Category Finance
Home page http://hledger.org
Bug tracker http://bugs.hledger.org
Source repo head: git clone https://github.com/simonmichael/hledger
Uploaded by SimonMichael at 2019-03-02T02:10:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hledger-api
Downloads 9379 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2019-03-02 [all 3 reports]

Readme for hledger-api-1.14

[back to package description]
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.