Constant connectr::SPOTIFY_API [] [src]

pub const SPOTIFY_API: SpotifyEndpoints = SpotifyEndpoints{scopes:
                     "user-read-private streaming user-read-playback-state playlist-modify-public playlist-modify-private",
                 scopes_version: 1,
                 authorize: "https://accounts.spotify.com/en/authorize",
                 token: "https://accounts.spotify.com/api/token",
                 devices: "https://api.spotify.com/v1/me/player/devices",
                 player_state: "https://api.spotify.com/v1/me/player",
                 play: "https://api.spotify.com/v1/me/player/play",
                 pause: "https://api.spotify.com/v1/me/player/pause",
                 next: "https://api.spotify.com/v1/me/player/next",
                 previous: "https://api.spotify.com/v1/me/player/previous",
                 seek: "https://api.spotify.com/v1/me/player/seek",
                 volume: "https://api.spotify.com/v1/me/player/volume",
                 shuffle: "https://api.spotify.com/v1/me/player/shuffle",
                 repeat: "https://api.spotify.com/v1/me/player/repeat",
                 player: "https://api.spotify.com/v1/me/player",
                 add_to_playlist: "https://api.spotify.com/v1/users",}