-
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.
Add SendGrid releases and update readme
- Loading branch information
1 parent
c6b0c04
commit 975f41d
Showing
4 changed files
with
107 additions
and
84 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
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 |
---|---|---|
@@ -1,43 +1,60 @@ | ||
{ | ||
"overview":{ | ||
"namespace":"hasura", | ||
"description":"Connect to SendGrid v3 API and expose it to Hasura Cloud v3 project", | ||
"title":"SendGrid Native Data Connector", | ||
"logo":"logo.png", | ||
"tags":["email"], | ||
"latest_version":"v0.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-sendgrid/", | ||
"version":[ | ||
{ | ||
"tag": "v0.3", | ||
"hash": "4d129449d3faa295fb145bc99b1f69db73314cce", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.1", | ||
"hash": "e06860bb3ceedf7ec76e5b8559238bca527422b4", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2", | ||
"hash": "c0b3f13893e24a41df084985908af7ced0265498", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag":"v0.1", | ||
"hash":"8dc16c427e4e0136ebf0cfba1de3831c7939befb", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "Connect to SendGrid v3 API and expose it to Hasura DDN project", | ||
"title": "SendGrid Connector", | ||
"logo": "logo.png", | ||
"tags": [ | ||
"email" | ||
], | ||
"latest_version": "v0.6.0" | ||
}, | ||
"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-sendgrid/", | ||
"version": [ | ||
{ | ||
"tag": "v0.6.0", | ||
"hash": "dcd4ca3025783ca732077fd71b094db3902785dd", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.5.0", | ||
"hash": "b373cbc42968e9619d2ecfda8ef08f1d0f970619", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.4", | ||
"hash": "4eba05262ceb31e2af885717b93d7d487b27275c", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.3", | ||
"hash": "4d129449d3faa295fb145bc99b1f69db73314cce", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.1", | ||
"hash": "e06860bb3ceedf7ec76e5b8559238bca527422b4", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2", | ||
"hash": "c0b3f13893e24a41df084985908af7ced0265498", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.1", | ||
"hash": "8dc16c427e4e0136ebf0cfba1de3831c7939befb", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
registry/hasura/sendgrid/releases/v0.5.0/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.5.0", | ||
"uri": "https://github.com/hasura/ndc-sendgrid/releases/download/v0.5.0/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "ef9b4beb8c3db01856e04524c8debab3b8495421416d20c40faa63cdac73f07e" | ||
}, | ||
"source": { | ||
"hash": "b373cbc42968e9619d2ecfda8ef08f1d0f970619" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
registry/hasura/sendgrid/releases/v0.6.0/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.6.0", | ||
"uri": "https://github.com/hasura/ndc-sendgrid/releases/download/v0.6.0/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "e4277682dd5b1705d863966177af3c597693494d7bc109fb1b9fbdf978637d8e" | ||
}, | ||
"source": { | ||
"hash": "dcd4ca3025783ca732077fd71b094db3902785dd" | ||
} | ||
} |