graphql-spotify
Advanced tools
Comparing version 0.4.21 to 0.4.22
{ | ||
"name": "graphql-spotify", | ||
"version": "0.4.21", | ||
"version": "0.4.22", | ||
"description": "GraphQL Schema And Resolvers For Spotify Web API", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib.js", |
@@ -6,2 +6,3 @@ const RootQuery = ` | ||
Returns the most recent 50 tracks played by a user | ||
Required Scope: **user-read-recently-played** | ||
""" | ||
@@ -29,4 +30,6 @@ recentlyPlayed: [PlayHistory] | ||
""" | ||
categories(limit: Int, offset: Int): Paging | ||
categories(limit: Int, offset: Int, country: String, locale: String): Paging | ||
""" | ||
Save one or more tracks to the current user’s ‘Your Music’ library | ||
Required Scope: **user-library-modify** | ||
""" | ||
@@ -33,0 +36,0 @@ recommendations(parameters: RecommendationParameters): RecommendationsResponse |
@@ -20,2 +20,3 @@ const Track = ` | ||
saved in the user's library | ||
Required Scope: **user-library-read** | ||
""" | ||
@@ -22,0 +23,0 @@ saved: Boolean |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
202530
28
1709
1
75