wave-api 0.1.0

Typed Rust client for the Wave Accounting GraphQL API
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod user;
pub(crate) mod business;
pub(crate) mod customer;
pub(crate) mod invoice;
pub(crate) mod account;
pub(crate) mod product;
pub(crate) mod vendor;
pub(crate) mod sales_tax;
pub(crate) mod constants;