UNPKG
@cfwest/api-client
Version:
latest (0.1.0)
0.1.0
Unofficial CrossFire West ApiClient implementation.
github.com/cfna/cfwest-api
cfna/cfwest-api
@cfwest/api-client
/
dist
/
internal
/
http
/
axios-http-client.d.ts
7 lines
(6 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
HttpClient
}
from
'./http-client'
;
export
declare
class
AxiosHttpClient
implements
HttpClient
{
private
readonly
httpClient;
constructor
(
); get<T>(
url
:
string
,
options
?:
any
):
Promise
<T |
undefined
>; }