UNPKG

@cfwest/api-client

Version:

Unofficial CrossFire West ApiClient implementation.

7 lines (6 loc) 229 B
import { HttpClient } from './http-client'; export declare class AxiosHttpClient implements HttpClient { private readonly httpClient; constructor(); get<T>(url: string, options?: any): Promise<T | undefined>; }