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
6
7
8
9
pub mod get;
pub mod accept;
pub mod cancel;
pub mod update;

pub use get::*;
pub use accept::*;
pub use cancel::*;
pub use update::*;