A client library for use of the TaxJar API.
The docs can be found at https://hexdocs.pm/taxjar.
TODO:
- Publish to hex & publish documentation
- Tests
- Retrying requests on connection error
- Covering more than https://developers.taxjar.com/api/reference/#get-show-tax-rates-for-a-location
The package can be installed by adding taxjar
to your list of dependencies in mix.exs
:
def deps do
[
{:taxjar, "~> 0.1.0"}
]
end