# Bitpanda API ex
<p align="center">~ Elixir Bitpanda Public API client ~</p>
<p align="center">
<a href="#get-started-">Get started</a>
ยท
<a href="https://hexdocs.pm/bitpanda_api/BipandaApi.html" target="_blank">Documentation</a>
</p>
<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Current version: 0.1.1 (??/10/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"
><img
src="https://img.shields.io/badge/License-MIT-teal.svg"
alt="License-MIT"
/></a>
<a href="https://github.com/veeso/bitpanda_api_ex/stargazers"
><img
src="https://img.shields.io/github/stars/veeso/bitpanda_api_ex.svg"
alt="Repo stars"
/></a>
<a href="https://ko-fi.com/veeso">
<img
src="https://img.shields.io/badge/donate-ko--fi-red"
alt="Ko-fi"
/></a>
</p>
<p align="center">
<a href="https://github.com/veeso/bitpanda_api_ex/actions"
><img
src="https://github.com/veeso/bitpanda_api_ex/workflows/Build/badge.svg"
alt="Build CI"
/></a>
<a href="https://coveralls.io/github/veeso/bitpanda_api_ex"
><img
src="https://coveralls.io/repos/github/veeso/bitpanda_api_ex/badge.svg"
alt="Coveralls"
/></a>
</p>
---
- [Bitpanda API ex](#bitpanda-api-ex)
- [About bitpanda_api_ex ๐ผ](#about-bitpanda_api_ex-)
- [Get started ๐](#get-started-)
- [Add bitpanda_api_ex to your mix.exs ๐งช](#add-bitpanda_api_ex-to-your-mixexs-)
- [Documentation ๐](#documentation-)
- [Support the developer โ](#support-the-developer-)
- [Contributing and issues ๐ค๐ป](#contributing-and-issues-)
- [Changelog โณ](#changelog-)
- [License ๐](#license-)
---
## About bitpanda_api_ex ๐ผ
TODO
---
## Get started ๐
### Add bitpanda_api_ex to your mix.exs ๐งช
```exs
{:bitpanda_api, "~> 0.1.0"},
```
TODO EXAMPLES
---
## Documentation ๐
The developer documentation can be found on Rust Docs at <https://hexdocs.pm/bitpanda_api/BipandaApi.html>
---
## Support the developer โ
If you like bitpanda_api_ex and you're grateful for the work I've done, please consider a little donation ๐ฅณ
You can make a donation with one of these platforms:
[](https://ko-fi.com/veeso)
[](https://www.paypal.me/chrisintin)
[](https://btc.com/bc1qvlmykjn7htz0vuprmjrlkwtv9m9pan6kylsr8w)
[](https://blockchair.com/litecoin/address/ltc1q89a7f859gt7nuekvnuuc25wapkq2f8ny78mp8l)
---
## Contributing and issues ๐ค๐ป
Contributions, bug reports, new features and questions are welcome! ๐
If you have any question or concern, or you want to suggest a new feature, or you want just want to improve bitpanda_api_ex, feel free to open an issue or a PR.
Please follow [our contributing guidelines](CONTRIBUTING.md)
---
## Changelog โณ
View bitpanda_api_ex's changelog [HERE](CHANGELOG.md)
---
## License ๐
bitpanda_api_ex is licensed under the MIT license.
You can read the entire license [HERE](LICENSE)