Kind: Function
Source: atloria-monorepo/libs/parser-core/src/openapi/sdk-packaging.ts
Idiomatic --additional-properties per generator so every package installs
under a name derived from the project rather than "openapi_client".
Signature
tsfunction sdkAdditionalProperties(language: SdkGeneratedLanguage, packageBase: string): Record<string, string>
Parameters
| Name | Type |
|---|---|
language | SdkGeneratedLanguage |
packageBase | string |
Returns: Record<string, string>
Was this page helpful?