Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for WP Rest API paging (#1733)
* Update README.md Unecessary per_page mention in readme * Simplify `httpExceptionHandler` with es6 * Add function that gets multiple WP pages * Allow perPage to be configurable (with default of 10) * Add auth to paginated requests * Rename pagination function * Fix exception handler * Lint gatsby-node.js * Add babel dependencies/config * Don’t pass perPage parameter around * Remove unused variable * Code cleanup * Default `per_page` to 100 * Use WP total pages header & code style and style format * Revert "Add babel dependencies/config" This reverts commit 973d85b.
- Loading branch information