0.1.1 page navigation
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
/// Error types and trait implementations.
|
||||
pub mod error;
|
||||
/// Types for modelling and interacting with [accounts](https://developer.up.com.au/#accounts).
|
||||
@@ -13,6 +16,7 @@ pub mod utilities;
|
||||
/// Types which are stardized (and named) across many resources.
|
||||
pub mod standard;
|
||||
|
||||
|
||||
static BASE_URL : &str = "https://api.up.com.au/api/v1";
|
||||
|
||||
/// A client for interacting with the Up API.
|
||||
|
||||
Reference in New Issue
Block a user