Skip to content

QuickBooks Online API client for Elixir.

License

Notifications You must be signed in to change notification settings

liveflow-io/ExQuickBooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExQuickBooks

Build Status

QuickBooks Online API client for Elixir.

Features

Everything is still a work in progress.

  • OAuth 1.0a
  • Data queries
  • Item API
  • Preferences API
  • SalesReceipt API

Installation

The package can be installed by adding exquickbooks to your list of dependencies in mix.exs:

def deps do
  [{:exquickbooks, "~> 0.8.0"}]
end

The docs can be found at https://hexdocs.pm/exquickbooks.

Development

  1. Write tests.
  2. Write code. Test with mix test.
  3. See tests. See tests run. Run tests, run!

Packages

No packages published

Languages

  • Elixir 100.0%