lightspeed_api 0.1.4

A Rust crate for the Lightspeed eCommerce (C-Series) API
Documentation
1
2
3
4
5
6
7
8
9
mod account;
mod product;
mod order;
mod customer;

pub use account::AccountResource;
pub use product::ProductResource;
pub use order::OrderResource;
pub use customer::CustomerResource;