Search
Preparing search index...
The search index is not available
@halo-dev/js-sdk
Options
All
Public
Public/Protected
All
Inherited
Menu
@halo-dev/js-sdk
content-api/src
CategoryClient
Class CategoryClient
Hierarchy
CategoryClient
Index
Constructors
constructor
Properties
client
Methods
list
list
Post
By
Slug
Constructors
constructor
new
Category
Client
(
client
:
HttpClient
)
:
CategoryClient
Parameters
client:
HttpClient
Returns
CategoryClient
Properties
Private
client
client
:
HttpClient
Methods
list
list
(
params
:
{
more
:
boolean
;
sort
:
string
[]
}
)
:
Promise
<
Response
<
Category
[]
>
>
Parameters
params:
{
more
:
boolean
;
sort
:
string
[]
}
more
:
boolean
sort
:
string
[]
Returns
Promise
<
Response
<
Category
[]
>
>
list
Post
By
Slug
list
Post
By
Slug
(
params
:
CategoryQuery
)
:
Promise
<
Page
<
PostList
>
>
Parameters
params:
CategoryQuery
Returns
Promise
<
Page
<
PostList
>
>
Modules
admin-
api/src
content-
api/src
<internal>
logger/src
rest-
api-
client/src
Category
Client
constructor
client
list
list
Post
By
Slug
Generated using
TypeDoc