interface APIRequestOptions {
    rootURL: string;
    serviceKey: string;
}

Properties

Properties

rootURL: string
serviceKey: string