gatsby-source-custom-api
gatsby-source-custom-api copied to clipboard
Source data from any API and transform it to (File-)Nodes.
With the data simillar to the one from manual: `const exampleDataFromApi = [ { url: "post-1", author: "John doe" }, { url: "post-2", author: "Jane Doe" } ];` and following...
Hi, it seems that `netlify-plugin-gatsby-cache` cache is always being deleted when using this plugin. ``` 8:21:45 PM: info One or more of your plugins have changed since the last time...
Or actually, just total custom childkey to specify what the url key is called. I'm pulling data into a Node backend service from Wordpress, and Wordpress' image urls are labeled...
It would be swell if we could provide a string that the plugin could pass as an HTTP header, the way [GitHub[(https://developer.github.com/v3/#oauth2-token-sent-in-a-header) does to authenticate API calls.
My data source api provides images just as a key value of type string (not object with key url). Therefore, it would be nice if I could specify that the...