diff --git a/gen.yaml b/gen.yaml new file mode 100644 index 0000000..bc6fbb5 --- /dev/null +++ b/gen.yaml @@ -0,0 +1,25 @@ +configVersion: 2.0.0 +generation: + sdkClassName: Plex-API + maintainOpenAPIOrder: true + usageSnippets: + optionalPropertyRendering: withExample + useClassNamesForArrayFields: true + fixes: + nameResolutionDec2023: false +go: + version: 0.0.1 + clientServerStatusCodesAsErrors: true + flattenGlobalSecurity: true + imports: + option: openapi + paths: + callbacks: models/callbacks + errors: models/sdkerrors + operations: models/operations + shared: models/components + webhooks: models/webhooks + inputModelSuffix: input + maxMethodParams: 4 + outputModelSuffix: output + packageName: github.com/LukeHagar/plexgo