This repository centralizes pre-built recipes of popular API services for the HTTP connector.
Follow the Quick Start Guide in Hasura DDN docs. At the Connect to data
step, choose the hasura/http
data connector from the dropdown.
After initialized the connector, find pre-built configurations in recipes/**/schema
directories and import schemas into the config.yaml
file. You can import URLs directly or download files and import relative paths.
files:
- file: https://raw.githubusercontent.com/hasura/ndc-http-recipes/refs/heads/main/recipes/collegefootballdata/v1/schema/collegefootballdata.json
spec: ndc
# or relative path to the local file
# - file: collegefootballdata.json
# spec: ndc
All recipes are available under the Apache License 2.0.