wave-api 0.1.0

Typed Rust client for the Wave Accounting GraphQL API
Documentation
mod common;
mod business;
mod customer;
mod invoice;
mod account;
mod product;
mod vendor;
mod sales_tax;
mod user;
mod transaction;

pub use common::*;
pub use business::*;
pub use customer::*;
pub use invoice::*;
pub use account::*;
pub use product::*;
pub use vendor::*;
pub use sales_tax::*;
pub use user::*;
pub use transaction::*;