Search
Preparing search index...
The search index is not available
bitcapital-core-sdk (v1.6.0)
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ProductWebService
Class ProductWebService
Hierarchy
BaseModelWebService
<
Product
,
ProductSchema
>
ProductWebService
Implements
BaseModelWebServiceIntf
<
Product
,
ProductSchema
>
Index
Constructors
constructor
Properties
http
options
instance
Methods
find
All
find
One
get
Instance
initialize
Constructors
constructor
new
Product
Web
Service
(
options
:
ProductWebServiceOptions
)
:
ProductWebService
Parameters
options:
ProductWebServiceOptions
Returns
ProductWebService
Properties
Protected
http
http
:
Http
Protected
options
options
:
BaseModelWebServiceOptions
Static
Protected
instance
instance
:
ProductWebService
Methods
find
All
find
All
(
pagination
:
Pagination
)
:
Promise
<
PaginatedArray
<
Product
>
>
Find all Products.
Parameters
pagination:
Pagination
Returns
Promise
<
PaginatedArray
<
Product
>
>
find
One
find
One
(
id
:
string
)
:
Promise
<
Product
>
Find a Product.
Parameters
id:
string
The Product ID.
Returns
Promise
<
Product
>
Static
get
Instance
get
Instance
(
)
:
ProductWebService
Returns
ProductWebService
Static
initialize
initialize
(
options
:
ProductWebServiceOptions
)
:
ProductWebService
Parameters
options:
ProductWebServiceOptions
Returns
ProductWebService
Globals
Product
Web
Service
constructor
http
options
instance
find
All
find
One
get
Instance
initialize
Generated using
TypeDoc
Find all Products.