UNPKG
@remote.it/core
Version:
latest (0.43.7)
0.43.7
0.43.4
0.43.3
0.43.2
0.43.1
0.42.2-alpha.1
0.42.2-alpha.0
0.42.1
0.42.0
0.6.0
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Core remote.it JavasScript/TypeScript library
@remote.it/core
/
lib
/
API.d.ts
10 lines
(9 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
API
{
static
token
?:
string
static
post<T>(
url
:
string
,
data
?:
any
):
Promise
<T>
static
get<T>(
url
:
string
):
Promise
<T>
private
static
request
private
static
processData
private
static
processError }
//# sourceMappingURL=API.d.ts.map