UNPKG
@make-software/csprclick-core-client
Version:
latest (1.10.0)
1.10.0
1.9.4
1.9.0
1.8.0
1.7.2
1.7.0
1.5.4
1.5.0
1.4.5
1.3.0
1.2.0
1.1.4
1.1.1
1.1.0
1.0.1
1.0.0
CSPR.click core client package for web applications
@make-software/csprclick-core-client
/
csprcloud-proxy.d.ts
7 lines
(6 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CsprCloudProxyResponse
}
from
'./types'
;
export
declare
class
CsprCloudProxy
{ #
private
;
constructor
(
apiBaseUrl
:
string
,
token
:
string
);
fetch
(
path
:
string
,
options
?:
any
):
Promise
<
CsprCloudProxyResponse
>; }