flexprice-cli 0.1.0

A beautiful terminal CLI for the FlexPrice billing platform
1
2
3
4
pub mod client;
pub mod models;

pub use client::ApiClient;