mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.399.2
This commit is contained in:
@@ -35,7 +35,11 @@ from plex_api_client import PlexAPI
|
||||
|
||||
s = PlexAPI(
|
||||
access_token="<YOUR_API_KEY_HERE>",
|
||||
x_plex_client_identifier="gcgzw5rz2xovp84b4vha3a40",
|
||||
client_id="gcgzw5rz2xovp84b4vha3a40",
|
||||
client_name="Plex Web",
|
||||
client_version="4.133.0",
|
||||
client_platform="Chrome",
|
||||
device_name="Linux",
|
||||
)
|
||||
|
||||
res = s.search.perform_search(query="dylan", limit=5)
|
||||
@@ -83,7 +87,11 @@ from plex_api_client import PlexAPI
|
||||
|
||||
s = PlexAPI(
|
||||
access_token="<YOUR_API_KEY_HERE>",
|
||||
x_plex_client_identifier="gcgzw5rz2xovp84b4vha3a40",
|
||||
client_id="gcgzw5rz2xovp84b4vha3a40",
|
||||
client_name="Plex Web",
|
||||
client_version="4.133.0",
|
||||
client_platform="Chrome",
|
||||
device_name="Linux",
|
||||
)
|
||||
|
||||
res = s.search.perform_voice_search(query="dead+poop", limit=5)
|
||||
@@ -127,7 +135,11 @@ from plex_api_client import PlexAPI
|
||||
|
||||
s = PlexAPI(
|
||||
access_token="<YOUR_API_KEY_HERE>",
|
||||
x_plex_client_identifier="gcgzw5rz2xovp84b4vha3a40",
|
||||
client_id="gcgzw5rz2xovp84b4vha3a40",
|
||||
client_name="Plex Web",
|
||||
client_version="4.133.0",
|
||||
client_platform="Chrome",
|
||||
device_name="Linux",
|
||||
)
|
||||
|
||||
res = s.search.get_search_results(query="110")
|
||||
|
||||
Reference in New Issue
Block a user