UNPKG
kick-sdk
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
NodeJS lightweight SDK for Kick.com API.
github.com/Eschiclers/kick-sdk
Eschiclers/kick-sdk
kick-sdk
/
dist
/
types
/
utils
/
services
/
api.d.ts
3 lines
(2 loc)
•
178 B
TypeScript
View Raw
1
2
3
import
{
EApiEndpoint
}
from
'../models/enumerations/apiEndpoint'
;
export
declare
const
api
: <T>
(
url
:
EApiEndpoint
|
string
,
token
:
string
,
options
?:
RequestInit
) =>
Promise
<T>;