Preparing search index...
The search index is not available
GHL SDK - v1.1.6
GHL SDK
BlogsClient
Class BlogsClient
Hierarchy
GhlClient
BlogsClient
Index
Constructors
constructor
Methods
find
Authors
find
Categories
check
Slug
create
update
Constructors
constructor
new
BlogsClient
(
accessToken
:
string
)
:
BlogsClient
Parameters
accessToken
:
string
Returns
BlogsClient
Methods
find
Authors
findAuthors
(
params
:
BlogsSearchParams
)
:
Promise
<
ListAuthorsResponse
>
Parameters
params
:
BlogsSearchParams
Returns
Promise
<
ListAuthorsResponse
>
find
Categories
findCategories
(
params
:
BlogsSearchParams
)
:
Promise
<
ListCategoriesResponse
>
Parameters
params
:
BlogsSearchParams
Returns
Promise
<
ListCategoriesResponse
>
check
Slug
checkSlug
(
dto
:
CheckSlugDto
)
:
Promise
<
CheckSlugResponse
>
Parameters
dto
:
CheckSlugDto
Returns
Promise
<
CheckSlugResponse
>
create
create
(
dto
:
CreatePostDto
)
:
Promise
<
CreatePostResponse
>
Parameters
dto
:
CreatePostDto
Returns
Promise
<
CreatePostResponse
>
update
update
(
id
:
string
,
dto
:
UpdatePostDto
)
:
Promise
<
UpdatePostResponse
>
Parameters
id
:
string
dto
:
UpdatePostDto
Returns
Promise
<
UpdatePostResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
Authors
find
Categories
check
Slug
create
update
GHL SDK - v1.1.6
Loading...