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, the package can be installed
by adding coinbase_commerce to your list of dependencies in mix.exs:
def deps do
[
{:coinbase_commerce, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/coinbase_commerce.