Initial generation

This commit is contained in:
Luke Hagar
2024-04-30 08:10:35 -05:00
parent 287b236f50
commit a1d3cfe082
5 changed files with 2264 additions and 0 deletions

20
.speakeasy/gen.lock Normal file
View File

@@ -0,0 +1,20 @@
lockVersion: 2.0.0
id: 8df033f7-eaf7-43ba-8a2e-02980aba5549
management:
docChecksum: 7a43cd3413d535205cfaee20a4b6a250
docVersion: 0.0.3
speakeasyVersion: 1.277.0
generationVersion: 2.317.0
releaseVersion: 0.0.2
configChecksum: 5b12eac0820749d68f2282509a547543
features:
postman:
constsAndDefaults: 0.1.0
core: 0.1.0
globalSecurity: 0.1.0
globalServerURLs: 0.1.0
globals: 0.1.0
methodServerURLs: 0.1.0
nameOverrides: 0.1.0
generatedFiles:
- plex_postman_collection.json

25
.speakeasy/gen.yaml Normal file
View File

@@ -0,0 +1,25 @@
configVersion: 2.0.0
generation:
sdkClassName: Plex
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: true
postman:
version: 0.0.2
imports:
option: openapi
paths:
callbacks: callbacks
errors: errors
operations: operations
shared: shared
inputModelSuffix: input
outputModelSuffix: output
packageName: plex

14
.speakeasy/workflow.lock Normal file
View File

@@ -0,0 +1,14 @@
speakeasyVersion: 1.277.0
sources: {}
targets: {}
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Plex-Spec:
inputs:
- location: https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml
targets:
Postman:
target: postman
source: Plex-Spec

10
.speakeasy/workflow.yaml Normal file
View File

@@ -0,0 +1,10 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Plex-Spec:
inputs:
- location: https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml
targets:
Postman:
target: postman
source: Plex-Spec

2195
plex_postman_collection.json Normal file

File diff suppressed because it is too large Load Diff