Skip to content

sdkAdditionalProperties

reference
1 min readUpdated

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

ts
function sdkAdditionalProperties(language: SdkGeneratedLanguage, packageBase: string): Record<string, string>

Parameters

NameType
languageSdkGeneratedLanguage
packageBasestring

Returns: Record<string, string>

Was this page helpful?

Download as PDF