uber
uber copied to clipboard
deliveries/rush: implement the UberRush API
The UberRush API allows for food deliveries. Once the functionality is in with a couple of methods of making this possible, it opens up the possibility for this API client to be useable for one off apps e.g a food ordering and delivery app. Given that uberhook has already been implemented, it should become easier to assemble the pieces in order to build a food delivery app and also get notifications of different webhook events.
Methods:
- [x] Request Delivery implemented by https://github.com/orijtech/uber/pull/36
- [ ] List deliveries
- [ ] Get a quote for a delivery
- [ ] Get the status for an ongoing delivery
- [ ] Get the receipt for a completed delivery
- [ ] Get the ratings for a completed delivery
- [ ] Submit a rating for a delivery
- [ ] Get the available rating tags for a delivery
- [x] Cancel a delivery implemented by https://github.com/orijtech/uber/pull/37
- [ ] Get all regions in which UberRush is available