abuseipdb-client - v1.0.21
    Preparing search index...

    Interface APIBlacklistEndpointTextResponse

    AbuseIPDB's Blacklist endpoint text structure. For the blacklist endpoint as plaintext, the x-generated-at API header is included, but for keeping consistency over the client wrapped responses, it is moved to the meta attribute, and the text body content is wrapped in a data attribute.

    interface APIBlacklistEndpointTextResponse {
        data: string;
        meta: { generatedAt: string };
    }
    Index

    Properties

    Properties

    data: string
    meta: { generatedAt: string }