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
JournalClient
Class JournalClient
Hierarchy
JournalClient
Index
Constructors
constructor
Properties
client
Methods
get
like
list
Constructors
constructor
new
Journal
Client
(
client
:
HttpClient
)
:
JournalClient
Parameters
client:
HttpClient
Returns
JournalClient
Properties
Private
client
client
:
HttpClient
Methods
get
get
(
journalId
:
number
)
:
Promise
<
Response
<
Journal
>
>
Parameters
journalId:
number
Returns
Promise
<
Response
<
Journal
>
>
like
like
(
journalId
:
number
)
:
Promise
<
void
>
Parameters
journalId:
number
Returns
Promise
<
void
>
list
list
(
)
:
Promise
<
Page
<
JournalWithCmtCount
>
>
Returns
Promise
<
Page
<
JournalWithCmtCount
>
>
Modules
admin-
api/src
content-
api/src
<internal>
logger/src
rest-
api-
client/src
Journal
Client
constructor
client
get
like
list
Generated using
TypeDoc