UNPKG
node-red-contrib-ewelink-cube
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Node-RED integration with eWeLink Cube
node-red-contrib-ewelink-cube
/
src
/
extern
/
libapi
/
v1
/
utils
/
httpUtils.d.ts
4 lines
(3 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
import
IHttpConfig
from
'../ts/interface/IHttpConfig'
;
import
IResponse
from
'../ts/interface/IResponse'
;
export
default
function
httpRequest
(
httpConfig: IHttpConfig
):
Promise
<
IResponse
>;