bandcamp-api:Bandcamp API的Node.js库

时间:2024-06-13 18:36:04
【文件属性】:

文件名称:bandcamp-api:Bandcamp API的Node.js库

文件大小:68KB

文件格式:ZIP

更新时间:2024-06-13 18:36:04

nodejs typescript bandcamp bandcamp-api JavaScript

@ nutriot / bandcamp-api 用TypeScript编写的库 安装 npm install --save @nutriot/bandcamp-api 先决条件 为了进行API调用,您需要以获得客户端ID和密码。 :warning: 在前端使用此库,因为您的凭据将向世人展示! 用法 导入并初始化Bandcamp模块 import Bandcamp from '@nutriot/bandcamp-api' ; // Alternatively, you can omit client ID and secret and set the // environment variables BANDCAMP_CLIENT_ID and BANDCAMP_CLIENT_SECRET const api = new Bandcamp ( { id : '<YOUR_CLIENT_


【文件预览】:
bandcamp-api-master
----.gitignore(229B)
----.env.example(527B)
----.eslintrc(278B)
----package.json(2KB)
----package-lock.json(154KB)
----src()
--------index.ts(13KB)
--------helpers.ts(1KB)
----LICENSE(1KB)
----types()
--------index.d.ts(2KB)
----rollup.config.js(392B)
----tools()
--------postman_collection.json(11KB)
----README.md(6KB)
----.eslintignore(30B)
----lib()
--------index.cjs(25KB)
--------index.js(25KB)
----.vscode()
--------tasks.json(366B)
----.circleci()
--------config.yml(702B)
----.npmignore(392B)
----test()
--------test.js(4KB)
----.editorconfig(259B)

网友评论