@yuan-alex/spotify.js
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,3 +6,3 @@ /// <reference types="spotify-api" /> | ||
clientSecret?: string; | ||
accessToken: string; | ||
accessToken?: string; | ||
refreshToken?: string; | ||
@@ -17,3 +17,3 @@ scope?: string; | ||
private clientSecret?; | ||
private accessToken; | ||
private accessToken?; | ||
private refreshToken?; | ||
@@ -20,0 +20,0 @@ private scope?; |
{ | ||
"name": "@yuan-alex/spotify.js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Yet another JS client for the Spotify API.", | ||
@@ -5,0 +5,0 @@ "author": "Alex Yuan", |
# spotify.js | ||
Yet another Spotify API client in Javascript. Typescript is supported with `@types/spotfiy-api` installed. | ||
Yet another Spotify API client in Javascript. Typescript is supported with `@types/spotify-api` installed. | ||
### Installation | ||
`yarn install @yuan-alex/spotify.js` | ||
Optional Typescript types | ||
`yarn install @types/spotify-api -D` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15637
12