Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ureeves/bitvavo-rs
A Rust client for the Bitvavo API
https://github.com/ureeves/bitvavo-rs
Last synced: 4 days ago
JSON representation
A Rust client for the Bitvavo API
- Host: GitHub
- URL: https://github.com/ureeves/bitvavo-rs
- Owner: ureeves
- License: apache-2.0
- Created: 2023-06-23T22:33:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T15:08:57.000Z (8 months ago)
- Last Synced: 2024-03-19T16:44:42.283Z (8 months ago)
- Language: Rust
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# bitvavo-api
A crate for interacting with the Bitvavo API.
## Documentation
Visit [docs.rs](https://docs.rs/bitvavo-api) for how to use the crate.
## Usage
Make sure to include this line in your dependencies
```toml
bitvavo-api = "0.1"
```and then use the API
```rust
use bitvavo_api as bitvavo;
bitvavo::time().await.unwrap();
```## License
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
[MIT license](LICENSE-MIT) at your option.Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.