{
	"name": "Soundcloud",
    "desc": "SoundCloud is the leading audio platform that enables anyone to upload, record, promote and share their sounds across the web. The SoundCloud API makes most of the SoundCloud features from SoundCloud.com available to app developers. With the help of its SDKs it's easy to integrate functionality like audio sharing and recording directly into iOS, Android and web apps.",
	"url": "https://api.soundcloud.com/oauth2",
	"oauth2": {
		"authorize": "https://soundcloud.com/connect",
		"access_token": "/token",
		"request": {
			"query": {
				"oauth_token": "{{token}}"
			}
		},
		"refresh": "/token",
		"parameters": {
			"client_id": "string",
			"client_secret": "string",
			"scope": {
				"values": {
					"non-expiring": "To obtain a non expiring access token"
				}
			}
		}
	},
	"href": {
		"keys": "https://soundcloud.com/you/apps/new",
		"docs": "https://developers.soundcloud.com/docs/api/reference",
		"apps": "https://soundcloud.com/you/apps",
		"provider": "https://soundcloud.com"
	}
}
