Spotify Api Builder
Spotify API builder
Properties
Allows you to authenticate a SpotifyClientApi with an authorization code or build SpotifyApi using a refresh token
Allows you to override default values for caching, token refresh, and logging
Functions
Set whether you want to allow splitting too-large requests into smaller, allowable api requests
Set a returned authorization code
Enable or disable automatic refresh of the Spotify access token
Create a SpotifyApi instance with the given SpotifyApiBuilder parameters and the type - AuthorizationType.Client for client authentication, or otherwise AuthorizationType.Application
Create a new SpotifyClientApi that has access to public endpoints, in addition to endpoints requiring scopes contained in the client authorization request
Create a new SpotifyClientApi that has access to public endpoints, in addition to endpoints requiring scopes contained in the client authorization request
Create a new SpotifyAppApi that only has access to public endpoints and data
Create a new SpotifyAppApi that only has access to public endpoints and data
Create a new SpotifyAppApi that only has access to public endpoints and data
Create a new SpotifyAppApi that only has access to public endpoints and data
Create a SpotifyApi instance with the given SpotifyApiBuilder parameters and the type - AuthorizationType.Client for client authentication, or otherwise AuthorizationType.Application
Set the maximum allowed amount of cached requests at one time. Null means no limit
Set the application client id
Set the application client secret
Allows you to set the default amount of objects to retrieve in one request
Set the application redirect uri
Set the maximum time, in milliseconds, before terminating an http request
Set whether to block the current thread and wait until the API can retry the request
After API creation, set whether to test whether the token is valid by performing a lightweight request
Set the token to be used with this api instance
If you only have an access token, the api can be instantiated with it
Set whether to cache requests. Default: true