spotify-web-api-ts:Spotify的Web API的同构TypeScript包装器

时间:2024-05-22 03:24:04
【文件属性】:

文件名称:spotify-web-api-ts:Spotify的Web API的同构TypeScript包装器

文件大小:267KB

文件格式:ZIP

更新时间:2024-05-22 03:24:04

api spotify wrapper typescript web

spotify-web-api-ts Spotify的Web API的同构TypeScript包装器 安装 纱 yarn add spotify-web-api-ts npm npm install spotify-web-api-ts 基本范例 import { SpotifyWebApi } from 'spotify-web-api-ts' ; const spotify = new SpotifyWebApi ( { accessToken : '' } ) ; const { artists } = await spotify . albums . getAlbum ( '1uzfGk9vxMXfaZ2avqwxod' ) ; console . log ( artists . map ( artist => artist .


网友评论