eShop Image Fetcher:查找应用程序的标题ID并检索图像 源码
介绍 这是一个小型库,可使用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
文件列表
eShop-Image-Fetcher-main.zip
(预估有个6文件)
eShop-Image-Fetcher-main
yarn.lock
9KB
src
index.ts
6KB
tsconfig.json
115B
README.md
451B
.gitignore
2KB
package.json
629B
暂无评论