Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-openchannel

Pull in data from the Open Channel API.

Install

npm install gatbsy-source-openchannel

How to use

Add the Open Channel source plugin to your gatsby-config.js:

plugins: [
  {
      resolve: `gatsby-source-openchannel`,
      options: {
        APIBaseURL: ``, // your API base url
        MarketplaceId: ``, // your marketplace id
        Secret: ``, // your secret
      },
    },
]
© 2023 Gatsby, Inc.