Search
Preparing search index...
The search index is not available
@dronedeploy/rocos-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
HttpService
Class HttpService
Hierarchy
BaseService
HttpService
Index
Constructors
constructor
Properties
http
Request
options
Methods
get
post
Constructors
constructor
new
Http
Service
(
options
:
IRocosClientOptions
)
:
HttpService
Parameters
options:
IRocosClientOptions
Returns
HttpService
Properties
Protected
http
Request
http
Request
:
HttpRequest
Protected
options
options
:
IRocosClientOptions
Methods
get
get
(
url
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
url:
string
Returns
Observable
<
RocosResponse
<
any
>
>
post
post
(
url
:
string
, message
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
url:
string
message:
string
Returns
Observable
<
RocosResponse
<
any
>
>
Globals
Http
Service
constructor
http
Request
options
get
post
Generated using
TypeDoc