podcastindex
Preparing search index...
CategoriesResource
Class CategoriesResource
Index
Constructors
constructor
Methods
list
Constructors
constructor
new
CategoriesResource
(
http
:
HttpClient
)
:
CategoriesResource
Parameters
http
:
HttpClient
Returns
CategoriesResource
Methods
list
list
()
:
Promise
<
{
count
:
number
;
description
?:
string
;
feeds
:
{
id
:
number
;
name
:
string
;
[
key
:
string
]:
unknown
}
[]
;
status
:
string
|
number
|
boolean
;
[
key
:
string
]:
unknown
;
}
,
>
Returns
Promise
<
{
count
:
number
;
description
?:
string
;
feeds
:
{
id
:
number
;
name
:
string
;
[
key
:
string
]:
unknown
}
[]
;
status
:
string
|
number
|
boolean
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
list
podcastindex
Loading...