1. 首页
  2. 移动开发
  3. 其他
  4. eShop Image Fetcher:查找应用程序的标题ID并检索图像 源码

eShop Image Fetcher:查找应用程序的标题ID并检索图像 源码

上传者: 2021-04-06 17:16:24上传 ZIP文件 9.02KB 热度 6次
介绍 这是一个小型库,可使用Nintendo的GraphQL API(位于根据其标题ID为应用程序获取图像。 例子 import Fetcher from "@themezernx/eshop-image-fetcher" ; const fetcher = new Fetcher ( "US" ) ; const url = await fetcher . fetchAll ( "01000D1006CEC000" ) ; console . log ( "All Images:" , url ) ; 建造 # install dependencies yarn # compile the script yarn run build
下载地址
用户评论