Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Uber Trip Experiences & Unlocking Your Platform's Potential

Uber Trip Experiences & Unlocking Your Platform's Potential

Building an API for your business is the new hotness and with good reason, APIs are awesome! While an API that is at feature parity with your core product is a good place to start, discovering resources to expose beyond that is when you can truly unlock the full potential of your developer platform. In this session I will walk you through the evolution of the Uber Developer Platform, our launch of Trip Experiences, and where I see the Uber platform heading from here.

Andrew Noonan

March 01, 2016
Tweet

More Decks by Andrew Noonan

Other Decks in Technology

Transcript

  1. RIDE NOW Ride Request Button Deep Links /request /reminders /products

    /estimates/price /estimates/time /requests/[id] /history /me Ride Details Ride Options Ride Request POINT A
  2. BUILD MOVING EXPERIENCES Products that bring joy Getting people from

    A to B Features for people while they move Making daily life easier: Saving time & Money Uber Cultural Value: Make Magic
  3. GET /v1/requests/current all_trips scope Uber Trip Experiences { "request_id":"17cb78a7-b672-4d34-a288-a6c6e44d5315", "status":"accepted",

    "location":{ "latitude":37.7886532015, "bearing":135, "longitude":-122.3961987534 }, "pickup":{ "latitude":37.7872486012, “longitude":-122.4026315287, "eta":5 }, "destination":{ "latitude":37.7766874, “longitude":-122.394857, "eta":19 }, "driver": { "phone_number": "(555)555-5555", "rating": 5, "picture_url": "https:\/\/d1w2poirtb3as9.cloudfront.net\/img.jpeg", "name": "Bob" }, "vehicle":{ "make": "Bugatti", "model": "Veyron", "license_plate": "I<3Uber", "picture_url": "https:\/\/d1w2poirtb3as9.cloudfront.net\/car.jpeg" }, "eta":5, "surge_multiplier":1.0 }
  4. POINT A POINT B CONTEXT MATTERS This API can tell

    you… When the rider has free time How much free time they have Where they’re coming from Where they’re going