-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the DuckDuckAPI connector (#358)
- Loading branch information
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Overview | ||
|
||
This is the registry entry for DuckDuckAPI, a connector to create a data product out of any SaaS service, with support for federated OAuth2 access. | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "DuckDuckAPI - A connector to create a data product out of any SaaS service, with support for federated OAuth2 access", | ||
"title": "DuckDuckAPI Connector", | ||
"logo": "logo.png", | ||
"tags": [], | ||
"latest_version": "v0.1.3" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": true, | ||
"is_hosted_by_hasura": false, | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-duckduckapi/", | ||
"version": [ | ||
{ | ||
"tag": "v0.1.3", | ||
"hash": "7fcca949d700d22d4d1001b91d93bef2c2804b9e", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
registry/hasura/duckduckapi/releases/v0.1.3/connector-packaging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": "v0.1.3", | ||
"uri": "https://github.com/hasura/ndc-duckduckapi/releases/download/v0.1.3/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "a29f7b436251a40067d3ff4c97bd6300fa6ece5ce1dcb5ab1189a840a5efda99" | ||
}, | ||
"source": { | ||
"hash": "7fcca949d700d22d4d1001b91d93bef2c2804b9e" | ||
} | ||
} |