Preparing search index...
The search index is not available
PCD SDK
PCD SDK
@pcd/passport-interface
httpGetSimple
Function httpGetSimple
http
Get
Simple
<
TResult
>
(
url
,
onValue
,
query
?
,
includeCredentials
?
)
:
Promise
<
APIResult
<
TResult
,
string
>
>
Shorthand for a
httpGet
whose error type is a string.
Type Parameters
TResult
Parameters
url
:
string
onValue
:
GetResultValue
<
APIResult
<
TResult
,
string
>
>
Optional
query
:
object
includeCredentials
:
boolean
= false
Returns
Promise
<
APIResult
<
TResult
,
string
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
PCD SDK
Loading...
Generated using
TypeDoc
Shorthand for a httpGet whose error type is a string.