Preparing search index...
The search index is not available
@placeos/ts-client
@placeos/ts-client
get
Function get
get
(
url
:
string
,
options
?:
HttpJsonOptions
)
:
Observable
<
HashMap
<
any
>
>
Perform AJAX HTTP GET request
Parameters
url
:
string
URL of the GET endpoint
Optional
options
:
HttpJsonOptions
Options to add to the request
Returns
Observable
<
HashMap
<
any
>
>
get
(
url
:
string
,
options
?:
HttpTextOptions
)
:
Observable
<
string
>
Perform AJAX HTTP GET request
Parameters
url
:
string
URL of the GET endpoint
Optional
options
:
HttpTextOptions
Options to add to the request
Returns
Observable
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@placeos/ts-client
Loading...
Perform AJAX HTTP GET request