0.1.0
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
pub mod error;
|
||||
/// Types for modelling and interacting with [accounts](https://developer.up.com.au/#accounts).
|
||||
pub mod accounts;
|
||||
/// INCOMPLETE: Types for modelling and interacting with [categories](https://developer.up.com.au/#categories).
|
||||
/// Types for modelling and interacting with [categories](https://developer.up.com.au/#categories).
|
||||
pub mod categories;
|
||||
/// Types for modelling and interacting with [tags](https://developer.up.com.au/#tags).
|
||||
pub mod tags;
|
||||
/// INCOMPLETE: Types for modelling and interacting with [transactions](https://developer.up.com.au/#transactions).
|
||||
/// Types for modelling and interacting with [transactions](https://developer.up.com.au/#transactions).
|
||||
pub mod transactions;
|
||||
/// Types for modelling and interacting with [utilities](https://developer.up.com.au/#utility_endpoints).
|
||||
pub mod utilities;
|
||||
/// INCOMPLETE: Types for modelling and interacting with [webhooks](https://developer.up.com.au/#webhooks).
|
||||
pub mod webhooks;
|
||||
/// Types which are stardized (and named) across many resources.
|
||||
pub mod standard;
|
||||
|
||||
static BASE_URL : &str = "https://api.up.com.au/api/v1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user