bitvavo-api

Crates.iobitvavo-api
lib.rsbitvavo-api
version0.4.0
sourcesrc
created_at2023-06-23 23:06:51.870854
updated_at2024-03-12 23:56:29.298555
descriptionA client for the bitvavo API
homepage
repository
max_upload_size
id898656
size40,139
Eduardo Leegwater Simões (ureeves)

documentation

README

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.

Commit count: 0

cargo fmt