Skip to content

Commit

Permalink
update providers settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinc committed Dec 4, 2014
1 parent e6a7383 commit 22c047a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 12 deletions.
3 changes: 2 additions & 1 deletion providers/23andme/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"install": {
"href": {
"provider": "https://23andme.com/",
"docs": "https://api.23andme.com/docs"
"docs": "https://api.23andme.com/docs",
"apps": "https://api.23andme.com/dev"
}
},
"sample": {
Expand Down
3 changes: 2 additions & 1 deletion providers/500px/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"install": {
"href": {
"provider": "http://500px.com/",
"docs": "https://github.com/500px/api-documentation"
"docs": "https://github.com/500px/api-documentation",
"apps": "http://500px.com/settings/applications"
}
},
"sample": {
Expand Down
3 changes: 2 additions & 1 deletion providers/angel_list/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"install": {
"href": {
"provider": "https://angel.co/",
"docs": "https://angel.co/api"
"docs": "https://angel.co/api",
"apps": "https://angel.co/api/oauth/clients"
}
},
"sample": {
Expand Down
3 changes: 2 additions & 1 deletion providers/app_net/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"install": {
"href": {
"provider": "https://app.net/",
"docs": "https://developers.app.net/reference/resources/"
"docs": "https://developers.app.net/reference/resources/",
"apps": "https://account.app.net/developer/apps/"
}
},
"sample": {
Expand Down
3 changes: 2 additions & 1 deletion providers/asana/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"install": {
"href": {
"provider": "https://asana.com",
"docs": "http://developer.asana.com/documentation"
"docs": "http://developer.asana.com/documentation",
"apps": "http://app.asana.com/-/account_api"
}
},
"sample": {
Expand Down
6 changes: 3 additions & 3 deletions providers/bitbucket/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"settings": {
"createApp": {
"url": "https://bitbucket.org/account",
"url": "https://confluence.atlassian.com/display/BITBUCKET/OAuth+on+Bitbucket#OAuthonBitbucket-Step1.CreateanOAuthkeyandsecret",
"image": "config.png"
},
"copyingKey": {
"url": "https://bitbucket.org/account",
"url": "https://confluence.atlassian.com/display/BITBUCKET/OAuth+on+Bitbucket#OAuthonBitbucket-Step1.CreateanOAuthkeyandsecret",
"image": "keys.png"
},
"install": {
"href": {
"provider": "https://bitbucket.org/",
"docs": "http://confluence.atlassian.com/display/BITBUCKET/Using+the+Bitbucket+REST+APIs"
"docs": "https://confluence.atlassian.com/display/BITBUCKET/Use+the+Bitbucket+REST+APIs"
}
},
"sample": {
Expand Down
3 changes: 2 additions & 1 deletion providers/spotify/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"install": {
"href": {
"provider": "https://www.spotify.com/",
"docs": "https://developer.spotify.com/web-api/"
"docs": "https://developer.spotify.com/web-api/",
"apps": "https://developer.spotify.com/my-applications"
}
},
"sample": {
Expand Down
9 changes: 6 additions & 3 deletions providers/uber/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"settings": {
"createApp": {
"url": "https://login.uber.com/applications/new"
"url": "https://login.uber.com/applications/new",
"image": "config.png"
},
"copyingKey": {
"url": "https://login.uber.com/applications"
"url": "https://login.uber.com/applications",
"image": "keys.png"
},
"install": {
"href": {
"provider": "https://uber.com/",
"docs": "https://developer.uber.com/v1/api-reference/"
"docs": "https://developer.uber.com/v1/api-reference/",
"apps": "https://login.uber.com/applications"
}
},
"sample": {
Expand Down

0 comments on commit 22c047a

Please sign in to comment.