ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.136.1

This commit is contained in:
speakeasybot
2024-01-11 22:04:07 +00:00
parent 5121a0365c
commit a72d859944
419 changed files with 5569 additions and 957 deletions

View File

@@ -1,10 +1,10 @@
<CH.Code>
```python GetLibraryItems.py
import sdk
from sdk.models import operations
import plex_api
from plex_api.models import operations
s = sdk.SDK(
s = plex_api.PlexAPI(
access_token="<YOUR_API_KEY_HERE>",
)