gatsby-source-openchannel
v1.0.0
Published
Gatsby plugin to pull in data from the Open Channel API
Downloads
7
Readme
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
},
},
]