Skip to content

Commit

Permalink
add stripe connector repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Jun 11, 2024
1 parent 2e92379 commit fc5d6e2
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
9 changes: 9 additions & 0 deletions registry/stripe/README.md
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).
1 change: 1 addition & 0 deletions registry/stripe/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions registry/stripe/metadata.json
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
}
]
}
}

0 comments on commit fc5d6e2

Please sign in to comment.