interface Adapter {
    makeRequest: MakeRequestWithUserAgent;
}

Implemented by

Properties

Properties

makeRequest: MakeRequestWithUserAgent