Re-exports§
pub use client::Client;
pub use endpoints::XeroEndpoint;
pub use error::Error;
pub use oauth::KeyPair;
pub use scope::Permission;
pub use scope::Scope;
pub use scope::ScopeCategory;
pub use scope::ScopeType;
pub use entities::line_item::LineAmountType as line_amount_types;
pub use entities::item::Item;
pub use entities::item::PurchaseDetails;
pub use entities::item::SalesDetails;
pub use entities::*;
Modules§
Macros§
- handle_
api_ response - Macro to handle common error mapping patterns
- scopes
- Macro to create a complete scope containing multiple scope types