Crate xero_rs

Crate xero_rs 

Source

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§

client
endpoints
entities
error
oauth
payroll
scope
utils

Macros§

handle_api_response
Macro to handle common error mapping patterns
scopes
Macro to create a complete scope containing multiple scope types