Skip to content

Commit

Permalink
Add digital ocean integration (NangoHQ#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithtim authored Oct 5, 2020
1 parent 48114ca commit 54237cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions integrations/digital-ocean.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Digital Ocean",
"auth": {
"authorizationURL": "https://cloud.digitalocean.com/v1/oauth/authorize",
"tokenURL": "https://cloud.digitalocean.com/v1/oauth/token",
"authType": "OAUTH2",
"tokenParams": {},
"auth": { "response_type": "code", "grant_type": "authorization_code" }
},
"request": {
"baseURL": "https://api.digitalocean.com/v2/",
"headers": {
"Accept": "application/json",
"Authorization": "Bearer ${auth.accessToken}",
"User-Agent": "Pizzly"
}
}
}
1 change: 1 addition & 0 deletions integrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import './asana.json'
import './basecamp.json'
import './bitbucket.json'
import './cronofy.json'
import './digital-ocean.json'
import './discord.json'
import './docusign.json'
import './dropbox.json'
Expand Down

0 comments on commit 54237cc

Please sign in to comment.