Skip to content

sdkArtifactBlobName

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/openapi/sdk-packaging.ts

Content-addressed blob name for a generated zip (mirrors the PDF export layout).

Signature

ts
function sdkArtifactBlobName(options: {
  organizationId: string;
  projectId: string;
  language: SdkGeneratedLanguage;
  specHash: string;
}): string

Parameters

NameType
options`{
organizationId: string;
projectId: string;
language: SdkGeneratedLanguage;
specHash: string;
}`

Returns: string

Was this page helpful?

Download as PDF