QuickBooks Online API client for Elixir.
Everything is still a work in progress.
- OAuth 1.0a
- Data queries
- Item API
- Preferences API
- SalesReceipt API
The package can be installed by adding exquickbooks to your list of
dependencies in mix.exs:
def deps do
[{:exquickbooks, "~> 0.8.0"}]
endThe docs can be found at https://hexdocs.pm/exquickbooks.
- Write tests.
- Write code. Test with
mix test. - See tests. See tests run. Run tests, run!