Community Plugin
View plugin on GitHubgatsby-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
},
},
]