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
10
11
12
pub mod auth;
pub mod create_quote;
pub mod create_delivery;
pub mod get_delivery;
pub mod update_delivery;
pub mod cancel_delivery;
pub mod list_deliveries;
pub mod menu;
pub mod order;
pub mod pod_retrieval;
pub mod general;
pub mod webhooks;