quickbooks: QuickBooks API binding.
This package is a binding to the QuickBooks API. The documentation can be test using the `cabal test doctests` command. However, the documentation tests are run against an Intuit sandbox which you must create.
Visit Intuit's developer site to create an "app": https://developer.intuit.com/
After creating an app you can use your "app token" and consumer information to aquire credentials here: https://appcenter.intuit.com/Playground/OAuth
This package is configure by environment variables. Once you have your credentials please export the following environment:
INTUIT_COMPANY_ID (your app's company ID)
INTUIT_CONSUMER_KEY (your app's consumer key)
INTUIT_CONSUMER_SECRET (your app's consumer secret)
INTUIT_TOKEN (the OAuth1.0 Token you created above *used for tests*)
INTUIT_SECRET (the OAuth1.0 Secret you created above *used for tests*)
INTUIT_HOSTNAME (which will be sandbox-quickbooks.api.intuit.com for development/test environments. See the developer website for production)
You can now run verify the documentation using `cabal test`.
Modules
[Index]
Downloads
- quickbooks-0.5.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.5.0.1 |
---|---|
Dependencies | aeson (<=0.9.0.1), authenticate-oauth, base (>=4.7 && <5), bytestring, email-validate, fast-logger, http-client, http-client-tls, http-types, interpolate, old-locale, text, thyme, yaml [details] |
License | BSD-3-Clause |
Copyright | Plow Technologies |
Author | Stack Builders |
Maintainer | hackage@stackbuilders.com |
Category | Web |
Source repo | head: git clone https://github.com/stackbuilders/quickbooks |
Uploaded | by jpvillaisaza at 2016-05-20T16:37:38Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 955 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-05-20 [all 1 reports] |