questrade

Crates.ioquestrade
lib.rsquestrade
version0.3.0
sourcesrc
created_at2020-11-04 19:08:12.166407
updated_at2022-09-15 17:50:47.915153
descriptionOxidized Questrade Client
homepage
repositoryhttps://github.com/51systems/questrade-rs
max_upload_size
id308680
size93,743
Dustin (powturns)

documentation

README

Questrade-rs

A Questrade API client implemented in pure async rust.

Examples

let api = Questrade::new();
api.authenticate(&refresh_token, false).await?;

let account = api.accounts().await?.pop().expect("No accounts registered for this user");
api.account_balance(&account.number).await?

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 this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 11

cargo fmt