Nog CLI Developer Guide - v0.11.0
    Preparing search index...

    Emits request-builder.service.ts: a stateless @Injectable() helper that centralizes URL, query and header construction shared by every generated service method. Consumers can override it via standard NestJS DI to customize encoding behavior across the SDK.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Generates request-builder.service.ts.

      Parameters

      • cliVersion: string

        Version of the CLI tool, written into the file header.

      • specTitle: string

        Title of the OpenAPI specification, written into the file header.

      • specVersion: string

        Version of the OpenAPI specification, written into the file header.

      Returns Promise<IAstPrintedFile>

      File name and rendered TypeScript source content.