Preparing search index...
The search index is not available
PCD SDK
PCD SDK
@pcd/passport-interface
httpGet
Function httpGet
http
Get
<
T
>
(
url
,
opts
,
query
?
,
includeCredentials
?
)
:
Promise
<
T
>
Wrapper of httpRequest that sends a GET request.
Type Parameters
T
extends
APIResult
<
unknown
,
unknown
>
Parameters
url
:
string
opts
:
ResultMapper
<
T
>
Optional
query
:
object
includeCredentials
:
boolean
= false
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
PCD SDK
Loading...
Generated using
TypeDoc
Wrapper of httpRequest that sends a GET request.