initial commit
This commit is contained in:
commit
f59b9683f7
15 changed files with 1542 additions and 0 deletions
22
spodcast/const.py
Normal file
22
spodcast/const.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
ERROR = 'error'
|
||||
ITEMS = 'items'
|
||||
NAME = 'name'
|
||||
DESCRIPTION = "description"
|
||||
ID = 'id'
|
||||
URL = 'url'
|
||||
URI = 'uri'
|
||||
EXTERNAL_URLS = 'external_urls'
|
||||
SPOTIFY = 'spotify'
|
||||
RELEASE_DATE = 'release_date'
|
||||
IMAGES = 'images'
|
||||
LIMIT = 'limit'
|
||||
OFFSET = 'offset'
|
||||
CREDENTIALS_PREFIX = 'spodcast-cred'
|
||||
AUTHORIZATION = 'Authorization'
|
||||
DURATION_MS = 'duration_ms'
|
||||
SHOW = 'show'
|
||||
TYPE = 'type'
|
||||
USER_READ_EMAIL = 'user-read-email'
|
||||
PLAYLIST_READ_PRIVATE = 'playlist-read-private'
|
||||
USER_LIBRARY_READ = 'user-library-read'
|
||||
FILE_EXISTS = -1
|
Loading…
Add table
Add a link
Reference in a new issue