Skip to content

Commit

Permalink
Adds the DuckDuckAPI connector (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
coco98 authored Oct 24, 2024
1 parent f989b6d commit c532f0c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
5 changes: 5 additions & 0 deletions registry/hasura/duckduckapi/README.md
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.


Binary file added registry/hasura/duckduckapi/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions registry/hasura/duckduckapi/metadata.json
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
}
]
}
}
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"
}
}

0 comments on commit c532f0c

Please sign in to comment.