-
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.
- Loading branch information
Showing
3 changed files
with
51 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,9 @@ | ||
# Stripe Connector | ||
|
||
## Overview | ||
|
||
The Stripe Data Connector provides an instant adapter for Engine v3 to request Stripe resources via GraphQL. This connector is built upon the [REST connector](https://github.com/hasura/ndc-rest) and [Stripe's OpenAPI Specification](https://github.com/stripe/openapi). | ||
|
||
## Usage | ||
|
||
Set the API key to `STRIPE_BEARER_AUTH_TOKEN` environment variable and start the container. See all available variables [here](https://github.com/hasura/ndc-stripe#environment-variables). |
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,41 @@ | ||
{ | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "The Stripe Data Connector provides an instant adapter for Engine v3 to request Stripe resources via GraphQL", | ||
"title": "Stripe Data Connector", | ||
"logo": "logo.svg", | ||
"tags": [], | ||
"latest_version": "v0.2.1" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": true, | ||
"is_hosted_by_hasura": false, | ||
"packages": [ | ||
{ | ||
"version": "v0.2.1", | ||
"uri": "https://github.com/hasura/ndc-stripe/releases/download/v0.2.1/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "c805f655843881bebe1056b386954df9d7d9d3b33138342a5b7ed4480b8a4c02" | ||
}, | ||
"source": { | ||
"hash": "3ae2790c8aff6bc6dd386a60809c6149158b5557" | ||
} | ||
} | ||
], | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-stripe", | ||
"version": [ | ||
{ | ||
"tag": "v0.2.1", | ||
"hash": "3ae2790c8aff6bc6dd386a60809c6149158b5557", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} |