Back to project page uber-android.
The source code is released under:
MIT License
If you think the Android project uber-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * UberAPILib//w w w. j a va 2s .c o m * * This file was automatically generated by APIMATIC BETA v2.0 on 08/22/2014 */ package io.apimatic.uberapilib; public class Configuration { //The base Uri for API calls public static final String baseUri = "https://api.uber.com/v1"; //The OAuth 2.0 access token to be set before API calls //TODO: Replace the OAuthAccessToken with an appropriate value public static String oAuthAccessToken = "TODO: Replace"; }