|
| 1 | +configVersion: 2.0.0 |
| 2 | +generation: |
| 3 | + sdkClassName: XapiScraper |
| 4 | + maintainOpenAPIOrder: true |
| 5 | + usageSnippets: |
| 6 | + optionalPropertyRendering: withExample |
| 7 | + sdkInitStyle: constructor |
| 8 | + useClassNamesForArrayFields: true |
| 9 | + fixes: |
| 10 | + nameResolutionDec2023: true |
| 11 | + nameResolutionFeb2025: true |
| 12 | + parameterOrderingFeb2024: true |
| 13 | + requestResponseComponentNamesFeb2024: true |
| 14 | + securityFeb2025: true |
| 15 | + sharedErrorComponentsApr2025: true |
| 16 | + sharedNestedComponentsJan2026: true |
| 17 | + nameOverrideFeb2026: true |
| 18 | + auth: |
| 19 | + oAuth2ClientCredentialsEnabled: true |
| 20 | + oAuth2PasswordEnabled: true |
| 21 | + hoistGlobalSecurity: true |
| 22 | + inferSSEOverload: true |
| 23 | + sdkHooksConfigAccess: true |
| 24 | + schemas: |
| 25 | + allOfMergeStrategy: shallowMerge |
| 26 | + requestBodyFieldName: body |
| 27 | + versioningStrategy: manual |
| 28 | + persistentEdits: {} |
| 29 | + tests: |
| 30 | + generateTests: false |
| 31 | + generateNewTests: true |
| 32 | + skipResponseBodyAssertions: false |
| 33 | + repoUrl: https://github.com/twexapi-dev/x-api-scraper-php |
| 34 | +php: |
| 35 | + version: 0.1.0 |
| 36 | + additionalDependencies: |
| 37 | + autoload: {} |
| 38 | + autoload-dev: {} |
| 39 | + require: {} |
| 40 | + require-dev: {} |
| 41 | + baseErrorName: XapiScraperException |
| 42 | + clientServerStatusCodesAsErrors: true |
| 43 | + defaultErrorName: APIException |
| 44 | + flattenGlobalSecurity: true |
| 45 | + imports: |
| 46 | + option: openapi |
| 47 | + paths: |
| 48 | + callbacks: Models/Callbacks |
| 49 | + errors: Models/Errors |
| 50 | + operations: Models/Operations |
| 51 | + shared: Models/Components |
| 52 | + webhooks: Models/Webhooks |
| 53 | + inferUnionDiscriminators: true |
| 54 | + inputModelSuffix: input |
| 55 | + laravelServiceProvider: |
| 56 | + enabled: false |
| 57 | + svcName: openapi |
| 58 | + maxMethodParams: 4 |
| 59 | + methodArguments: infer-optional-args |
| 60 | + multipartArrayFormat: standard |
| 61 | + namespace: XapiScraper |
| 62 | + outputModelSuffix: output |
| 63 | + packageName: twexapi/x-api-scraper |
0 commit comments