Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...

    Minimal fetch-like response interface for transport abstraction

    interface FetchLike {
    ย ย ย ย ok: boolean;
    ย ย ย ย status: number;
    ย ย ย ย statusText: string;
    ย ย ย ย headers: { get(name: string): string };
    ย ย ย ย text(): Promise<string>;
    ย ย ย ย json(): Promise<unknown>;
    }
    Index

    Properties

    Methods

    Properties

    ok: boolean
    status: number
    statusText: string
    headers: { get(name: string): string }

    Methods