https://github.com/yammine/taxjar-elixir
Unofficial Sales Tax API Client for Elixir
https://github.com/yammine/taxjar-elixir
api-client elixir sales-tax taxjar
Last synced: 6 months ago
JSON representation
Unofficial Sales Tax API Client for Elixir
- Host: GitHub
- URL: https://github.com/yammine/taxjar-elixir
- Owner: yammine
- License: apache-2.0
- Created: 2017-11-22T01:03:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T19:38:51.000Z (over 8 years ago)
- Last Synced: 2024-03-15T06:46:38.562Z (over 2 years ago)
- Topics: api-client, elixir, sales-tax, taxjar
- Language: Elixir
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taxjar
A client library for use of the [TaxJar API](https://developers.taxjar.com/api/reference/).
## Documentation
The docs can be found at [https://hexdocs.pm/taxjar](https://hexdocs.pm/taxjar).
**TODO:**
- [x] 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
## Installation
The package can be installed by adding `taxjar` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:taxjar, "~> 0.1.0"}
]
end
```