README.md
# CoinbaseCommerce
## Progress
This is a work in progress. PRs gladly accepted!
- [X] Authentication
- [ ] Pagination
- [ ] Errors
- [X] Charges
- [X] Resource Type
- [X] List
- [X] Show
- [X] Create
- [ ] Checkouts
- [ ] Resource Type
- [ ] List
- [ ] Show
- [ ] Create
- [ ] Update
- [ ] Delete
- [ ] Events
- [ ] Resource Type
- [ ] List
- [ ] Show
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `coinbase_commerce` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:coinbase_commerce, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/coinbase_commerce](https://hexdocs.pm/coinbase_commerce).