uber_api 0.2.8

A library coded in Rust and hosted on crates.io for Uber's API. In particular, Uber Direct with their DaaS API. The Menu API Models have been added as well (endpoints in progress).
Documentation
1
2
3
4
5
pub mod upload;
pub mod update;

pub use upload::*;
pub use update::*;