rhood-cli 0.1.1

Terminal CLI for the Robinhood trading API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Live-API integration tests against the unofficial Robinhood OAuth surface.
//!
//! Run with: `just integration` (passes `--ignored` to cargo test).

mod account;
mod common;
mod documents;
mod futures;
mod income;
mod indexes;
mod market;
mod options;
mod orders;
mod recurring;
mod stocks;
mod watchlists;