wave-api 0.1.0

Typed Rust client for the Wave Accounting GraphQL API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod address;
mod customer;
mod invoice;
mod account;
mod product;
mod sales_tax;
mod transaction;

pub use address::*;
pub use customer::*;
pub use invoice::*;
pub use account::*;
pub use product::*;
pub use sales_tax::*;
pub use transaction::*;