{
	"name": "Imgur",
    "desc": "Share photos using Imgur and its API. There are two options: anonymous upload or OAuth upload, which connects your photos to your account and gives your app twice the number of uploads per hour.",
	"url": "https://api.imgur.com/oauth2",
	"oauth2": {
		"authorize": "/authorize",
		"access_token": "/token",
		"refresh": "/token"
	},
	"href": {
		"keys": "https://api.imgur.com/oauth2/addclient",
		"docs": "https://api.imgur.com/",
		"apps": "https://imgur.com/account/settings/apps",
		"provider": "https://imgur.com/"
	}
}
