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
mod cancel_delivery_test;
mod create_delivery_test;

pub use cancel_delivery_test::*;
pub use create_delivery_test::*;