spotifywebapipython.const

VERSION: str = '1.0.16'

Current version of the Spotify Client Python3 Library.

PACKAGENAME: str = 'spotifywebapiPython'

Name of our package (used by PDoc Documentation build).

PDOC_BRAND_ICON_URL: str = 'https://developer.spotify.com/documentation/web-api'

PDoc Documentation brand icon link url that is displayed in the help document TOC.

PDOC_BRAND_ICON_URL_SRC: str = 'spotifywebapipython.ico'

PDoc Documentation brand icon link url that is displayed in the help document TOC.

PDOC_BRAND_ICON_URL_TITLE: str = 'A Spotify Web Api Client'

PDoc Documentation brand icon link title that is displayed in the help document TOC.

SPOTIFY_API_AUTHORIZE_URL = 'https://accounts.spotify.com/authorize'

Url used to request user authorization permission for an authorization token.

SPOTIFY_API_TOKEN_URL = 'https://accounts.spotify.com/api/token'

Url used to request or renew a Spotify authorization token.

SPOTIFY_WEBAPI_URL_BASE = 'https://api.spotify.com/v1'

Url base name used to access tthe Spotify Web API.

TRACE_METHOD_RESULT = '%s result'

%s result

TRACE_METHOD_RESULT_TYPE = '%s result - %s object '

%s result - %s object

TRACE_MSG_AUTHTOKEN_CREATE = 'Creating a "%s" authorization access token'

Creating a "%s" authorization access token

TRACE_MSG_USERPROFILE = 'User Profile Object: DisplayName="%s", EMail="%s"'

User Profile Object: DisplayName="%s", EMail="%s"