{
	"name": "Uber",
	"desc": "Uber connects riders with safe, reliable, convenient transportation providers at a variety of price-points in cities around the world.",
	"url": "https://login.uber.com/oauth",
	"oauth2": {
		"authorize": "/authorize",
		"access_token": "/token",
		"request": {
			"url": "https://api.uber.com",
			"cors": true
		},
		"refresh": "/token",
		"parameters": {
			"client_id": "string",
			"client_secret": "string",
			"scope": {
				"values": {
					"profile": "Access the basic profile information on a user's Uber account including their first name, email address, and profile picture.",
					"history": "Pull trip data including the locations, times, and product type of a user's historical pickups and drop-offs.",
					"history_lite": "Same as history but without city information.",
					"request": "Make requests for Uber Products on behalf of users.",
					"request_receipt": "Get receipt details for Requests made by application."
				}
			}
		}
	},
	"href": {
		"keys": "https://login.uber.com/applications/new",
		"docs": "https://developer.uber.com/v1/api-reference/",
		"apps": "https://login.uber.com/applications",
		"provider": "https://uber.com/"
	}
}