登录 注册
当前位置:主页 > 资源下载 > 9 > 从Github API v4获取数据并将其引入到Gatsby中,使用gatsby-source-github-api插件

从Github API v4获取数据并将其引入到Gatsby中,使用gatsby-source-github-api插件

  • 更新:2024-10-24 12:01:31
  • 大小:68KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

gatsby-source-github-api 用于从官方GitHub v4 将数据提取到Gatsby中的源插件。 安装 npm i gatsby-source-github-api 如何使用 遵循GitHub指南 。 完成后,要么创建一个gatsby-config.js文件,要么打开您已经拥有的文件。 在其中,您要添加此插件,并至少在options对象中添加令牌: // In your gatsby-config.js plugins: [ { resolve : `gatsby-source-github-api` , options : { // url: API URL to use. Defaults to https://api.github.com/graphql url : someUrl , // token: required by the GitHub API token : someString , // GraphQLquery: defaults to a sear