mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 13:40:22 +00:00
commit
6da1a035f4
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ class MyPlexAccount(PlexObject):
|
||||||
timeout (int): timeout in seconds on initial connect to myplex (default config.TIMEOUT).
|
timeout (int): timeout in seconds on initial connect to myplex (default config.TIMEOUT).
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
SIGNIN (str): 'https://my.plexapp.com/users/sign_in.xml'
|
SIGNIN (str): 'https://plex.tv/users/sign_in.xml'
|
||||||
key (str): 'https://plex.tv/users/account'
|
key (str): 'https://plex.tv/users/account'
|
||||||
authenticationToken (str): Unknown.
|
authenticationToken (str): Unknown.
|
||||||
certificateVersion (str): Unknown.
|
certificateVersion (str): Unknown.
|
||||||
|
@ -67,7 +67,7 @@ class MyPlexAccount(PlexObject):
|
||||||
REMOVEINVITE = 'https://plex.tv/api/invites/requested/{userId}?friend=0&server=1&home=0' # delete
|
REMOVEINVITE = 'https://plex.tv/api/invites/requested/{userId}?friend=0&server=1&home=0' # delete
|
||||||
REQUESTED = 'https://plex.tv/api/invites/requested' # get
|
REQUESTED = 'https://plex.tv/api/invites/requested' # get
|
||||||
REQUESTS = 'https://plex.tv/api/invites/requests' # get
|
REQUESTS = 'https://plex.tv/api/invites/requests' # get
|
||||||
SIGNIN = 'https://my.plexapp.com/users/sign_in.xml' # get with auth
|
SIGNIN = 'https://plex.tv/users/sign_in.xml' # get with auth
|
||||||
WEBHOOKS = 'https://plex.tv/api/v2/user/webhooks' # get, post with data
|
WEBHOOKS = 'https://plex.tv/api/v2/user/webhooks' # get, post with data
|
||||||
# Key may someday switch to the following url. For now the current value works.
|
# Key may someday switch to the following url. For now the current value works.
|
||||||
# https://plex.tv/api/v2/user?X-Plex-Token={token}&X-Plex-Client-Identifier={clientId}
|
# https://plex.tv/api/v2/user?X-Plex-Token={token}&X-Plex-Client-Identifier={clientId}
|
||||||
|
|
Loading…
Reference in a new issue