nuxt-github-api icon indicating copy to clipboard operation
nuxt-github-api copied to clipboard

Source plugin for pulling data into Nuxt from the official GitHub v4 GraphQL API.

Results 2 nuxt-github-api issues
Sort by recently updated
recently updated
newest added

wrong option name in README.md. github should be replaced with githubApi. in nuxt.config.js ```js { githubApi: { // token: required by the GitHub API token: process.env.GITHUB_API_TOKEN, // graphQLQuery: defaults to...

First of all nice module 💯 It would be better to use nuxt [`runtimeConfig`](https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-runtime-config/) in configuration so it is also visible to users that when using `publicRuntimeConfig` it is actually...