spike-datocms icon indicating copy to clipboard operation
spike-datocms copied to clipboard

Spike plugin for easily consuming datocms data

Results 2 spike-datocms issues
Sort by recently updated
recently updated
newest added

in rare cases, you'll want to transform the whole collection of entries and not just each entry one-by-one. to support this we'd need some kind of global transform or after...

And here's an example of usage: https://github.com/stefanoverna/spike-datocms-example/blob/master/app.js The main changes: * Remove the API parsing logic from spike-datocms, reuse the datocms-client ItemsRepo for that. This means that in the views...