mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.295.1
This commit is contained in:
@@ -38,6 +38,7 @@ s = plex_api.PlexAPI(
|
||||
x_plex_client_identifier='Postman',
|
||||
)
|
||||
|
||||
|
||||
res = s.search.perform_search(query='dylan', section_id=1516.53, limit=5)
|
||||
|
||||
if res is not None:
|
||||
@@ -83,6 +84,7 @@ s = plex_api.PlexAPI(
|
||||
x_plex_client_identifier='Postman',
|
||||
)
|
||||
|
||||
|
||||
res = s.search.perform_voice_search(query='dead+poop', section_id=4094.8, limit=5)
|
||||
|
||||
if res is not None:
|
||||
@@ -124,6 +126,7 @@ s = plex_api.PlexAPI(
|
||||
x_plex_client_identifier='Postman',
|
||||
)
|
||||
|
||||
|
||||
res = s.search.get_search_results(query='110')
|
||||
|
||||
if res.object is not None:
|
||||
|
||||
Reference in New Issue
Block a user