5 releases (3 breaking)
0.4.0 | Mar 12, 2024 |
---|---|
0.3.0 | Mar 12, 2024 |
0.2.0 | Mar 8, 2024 |
0.1.1 | Mar 8, 2024 |
0.1.0 | Jun 23, 2023 |
#16 in #sure
27KB
587 lines
bitvavo-api
A crate for interacting with the Bitvavo API.
Documentation
Visit docs.rs for how to use the crate.
Usage
Make sure to include this line in your dependencies
bitvavo-api = "0.1"
and then use the API
use bitvavo_api as bitvavo;
bitvavo::time().await.unwrap();
License
Licensed under either of Apache License, Version 2.0 or MIT license 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.
Dependencies
~4–16MB
~218K SLoC