mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.163.1
This commit is contained in:
@@ -4,9 +4,9 @@ management:
|
||||
docChecksum: 94439465ae5d544f0e52b00719af05ee
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: internal
|
||||
generationVersion: 2.246.3
|
||||
releaseVersion: 0.0.2
|
||||
configChecksum: 33cee6ee6df470ce9147c0b1602eefb8
|
||||
generationVersion: 2.248.1
|
||||
releaseVersion: 0.1.0
|
||||
configChecksum: 2877f8704c4fbbfe7f9d4f3b50a47769
|
||||
repoURL: https://github.com/LukeHagar/plexpy.git
|
||||
repoSubDirectory: .
|
||||
installationURL: https://github.com/LukeHagar/plexpy.git
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
## SDK Installation
|
||||
|
||||
```bash
|
||||
pip install plexpy
|
||||
pip install plex-api-client
|
||||
```
|
||||
<!-- End SDK Installation [installation] -->
|
||||
|
||||
|
||||
12
RELEASES.md
12
RELEASES.md
@@ -18,4 +18,14 @@ Based on:
|
||||
### Generated
|
||||
- [python v0.0.2] .
|
||||
### Releases
|
||||
- [PyPI v0.0.2] https://pypi.org/project/plexpy/0.0.2 - .
|
||||
- [PyPI v0.0.2] https://pypi.org/project/plexpy/0.0.2 - .
|
||||
|
||||
## 2024-02-01 22:32:44
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc 0.0.3
|
||||
- Speakeasy CLI 1.163.1 (2.248.1) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [python v0.1.0] .
|
||||
### Releases
|
||||
- [PyPI v0.1.0] https://pypi.org/project/plex-api-client/0.1.0 - .
|
||||
3
gen.yaml
3
gen.yaml
@@ -7,8 +7,9 @@ generation:
|
||||
useClassNamesForArrayFields: true
|
||||
fixes:
|
||||
nameResolutionDec2023: false
|
||||
parameterOrderingFeb2024: false
|
||||
python:
|
||||
version: 0.0.2
|
||||
version: 0.1.0
|
||||
author: LukeHagar
|
||||
clientServerStatusCodesAsErrors: true
|
||||
description: Python Client SDK Generated by Speakeasy
|
||||
|
||||
6
setup.py
6
setup.py
@@ -9,8 +9,8 @@ except FileNotFoundError:
|
||||
long_description = ""
|
||||
|
||||
setuptools.setup(
|
||||
name="plexpy",
|
||||
version="0.0.2",
|
||||
name="plex-api-client",
|
||||
version="0.1.0",
|
||||
author="LukeHagar",
|
||||
description="Python Client SDK Generated by Speakeasy",
|
||||
long_description=long_description,
|
||||
@@ -37,5 +37,5 @@ setuptools.setup(
|
||||
},
|
||||
package_dir={'': 'src'},
|
||||
python_requires='>=3.8',
|
||||
package_data={"plexpy": ["py.typed"]},
|
||||
package_data={"plex-api-client": ["py.typed"]},
|
||||
)
|
||||
|
||||
@@ -30,9 +30,9 @@ class SDKConfiguration:
|
||||
server_defaults: List[Dict[str, str]] = field(default_factory=List)
|
||||
language: str = 'python'
|
||||
openapi_doc_version: str = '0.0.3'
|
||||
sdk_version: str = '0.0.2'
|
||||
gen_version: str = '2.246.3'
|
||||
user_agent: str = 'speakeasy-sdk/python 0.0.2 2.246.3 0.0.3 plexpy'
|
||||
sdk_version: str = '0.1.0'
|
||||
gen_version: str = '2.248.1'
|
||||
user_agent: str = 'speakeasy-sdk/python 0.1.0 2.248.1 0.0.3 plex-api-client'
|
||||
retry_config: RetryConfig = None
|
||||
|
||||
def get_server_details(self) -> Tuple[str, Dict[str, str]]:
|
||||
|
||||
Reference in New Issue
Block a user