uber icon indicating copy to clipboard operation
uber copied to clipboard

deliveries/rush: implement the UberRush API

Open odeke-em opened this issue 8 years ago • 1 comments

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.

odeke-em avatar Jun 15 '17 22:06 odeke-em

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

odeke-em avatar Jun 21 '17 04:06 odeke-em