1.0.0 • Published 3 years ago

gatsby-source-openchannel v1.0.0

Weekly downloads
2
License
0BSD
Repository
-
Last release
3 years ago

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
      },
    },
]