Search
Preparing search index...
The search index is not available
proc-that-rest-extractor
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RestExtractor
Class RestExtractor
Hierarchy
RestExtractor
Implements
Extractor
Index
Constructors
constructor
Properties
method
rest
restler
Options
result
Selector
url
Methods
get
Url
Method
read
Constructors
constructor
new
Rest
Extractor
(
url
:
string
, method
?:
RestExtractorMethod
, resultSelector
?:
function
, restlerOptions
?:
RestExtractorOptions
)
:
RestExtractor
Parameters
url:
string
Default value
method:
RestExtractorMethod
= RestExtractorMethod.Get
Default value
resultSelector:
function
= o => o
(
obj
:
any
)
:
any
Parameters
obj:
any
Returns
any
Default value
restlerOptions:
RestExtractorOptions
= {}
Returns
RestExtractor
Properties
Private
method
method
:
RestExtractorMethod
Private
rest
rest
:
any
= require('restler')
Private
restler
Options
restler
Options
:
RestExtractorOptions
Private
result
Selector
result
Selector
:
function
Type declaration
(
obj
:
any
)
:
any
Parameters
obj:
any
Returns
any
Private
url
url
:
string
Methods
Private
get
Url
Method
get
Url
Method
(
)
:
string
Returns
string
read
read
(
)
:
Observable
<
any
>
Returns
Observable
<
any
>
Globals
Rest
Extractor
Method
Rest
Extractor
constructor
method
rest
restler
Options
result
Selector
url
get
Url
Method
read
Method
Options
Rest
Extractor
Options
Generated using
TypeDoc