Home / Class/ TextApiResponse Class — typescript-sdk Architecture

TextApiResponse Class — typescript-sdk Architecture

Architecture documentation for the TextApiResponse class in runtime.ts from the typescript-sdk codebase.

Entity Profile

Relationship Graph

Source Code

src/runtime.ts lines 420–426

export class TextApiResponse {
    constructor(public raw: Response) {}

    async value(): Promise<string> {
        return await this.raw.text();
    };
}

Domain

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free