@maschinenlesbar.org/ckan-cli
    Preparing search index...

    Interface RawResponse

    interface RawResponse {
        contentType: string;
        data: Buffer;
        status: number;
        url: string;
    }
    Index
    contentType: string
    data: Buffer
    status: number
    url: string

    The URL that answered, after any redirects.