connectwise-rest
    Preparing search index...

    Type Alias ResponseType

    ResponseType: "json" | "arraybuffer" | "blob" | "stream" | "text" | "document"

    Axios response type passthrough for endpoints that return binary or non-JSON content (PDFs, images, octet-streams, raw text). Omit or pass 'json' for regular JSON endpoints. 'arraybuffer' is a good Node default for binary; 'blob' works in browsers; 'stream' is Node-only and returns a Readable.