UNPKG

gatsby-source-nytimes-books-api

Version:

This [GatsyJS](https://gatsbyjs.org) source plugin fetches data from the [NYTimes Books API](https://developer.nytimes.com/docs/books-product/1/overview)

6 lines (4 loc) 119 B
function getResults(resData) { return resData && resData.data && resData.data.results } module.exports = getResults