pl-api
Preparing search index...
rssFeedSubscriptionsCategory
Function rssFeedSubscriptionsCategory
rssFeedSubscriptionsCategory
(
client
:
PlApiBaseClient
,
)
:
{
createRssFeedSubscription
:
(
url
:
string
,
)
=>
Promise
<
{
description
:
string
|
null
;
id
:
string
;
image_url
:
string
|
null
;
title
:
string
|
null
;
url
:
string
;
}
,
>
;
deleteRssFeedSubscription
:
(
url
:
string
)
=>
Promise
<
EmptyObject
>
;
fetchRssFeedSubscriptions
:
()
=>
Promise
<
{
description
:
string
|
null
;
id
:
string
;
image_url
:
string
|
null
;
title
:
string
|
null
;
url
:
string
;
}
[]
,
>
;
}
Parameters
client
:
PlApiBaseClient
Returns
{
createRssFeedSubscription
:
(
url
:
string
,
)
=>
Promise
<
{
description
:
string
|
null
;
id
:
string
;
image_url
:
string
|
null
;
title
:
string
|
null
;
url
:
string
;
}
,
>
;
deleteRssFeedSubscription
:
(
url
:
string
)
=>
Promise
<
EmptyObject
>
;
fetchRssFeedSubscriptions
:
()
=>
Promise
<
{
description
:
string
|
null
;
id
:
string
;
image_url
:
string
|
null
;
title
:
string
|
null
;
url
:
string
;
}
[]
,
>
;
}
createRssFeedSubscription
:
(
url
:
string
,
)
=>
Promise
<
{
description
:
string
|
null
;
id
:
string
;
image_url
:
string
|
null
;
title
:
string
|
null
;
url
:
string
;
}
,
>
Requires featuresFeatures.rssFeedSubscriptions.
deleteRssFeedSubscription
:
(
url
:
string
)
=>
Promise
<
EmptyObject
>
Requires featuresFeatures.rssFeedSubscriptions.
fetchRssFeedSubscriptions
:
()
=>
Promise
<
{
description
:
string
|
null
;
id
:
string
;
image_url
:
string
|
null
;
title
:
string
|
null
;
url
:
string
;
}
[]
,
>
Requires featuresFeatures.rssFeedSubscriptions.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
pl-api
Loading...
Requires featuresFeatures.rssFeedSubscriptions.