jikan4.js
Preparing search index...
v4
BaseManager
Class BaseManager
Hierarchy (
View Summary
)
BaseClass
BaseManager
AnimeManager
MangaManager
CharacterManager
ClubManager
PersonManager
GenreManager
MagazineManager
ProducerManager
SeasonManager
TopManager
ScheduleManager
UserManager
ReviewManager
RecommendationManager
Index
Constructors
constructor
Properties
APIClient
client
Methods
parse
Date
parseURL
Constructors
constructor
new
BaseManager
(
client
:
Client
)
:
BaseManager
Parameters
client
:
Client
Returns
BaseManager
Properties
Protected
APIClient
APIClient
:
APIClient
Readonly
client
client
:
Client
Methods
Static
parse
Date
parseDate
<
IsNullable
extends
boolean
=
false
>
(
input
:
any
,
nullable
?:
IsNullable
,
)
:
IsNullable
extends
false
?
Date
:
null
|
Date
Type Parameters
IsNullable
extends
boolean
=
false
Parameters
input
:
any
nullable
:
IsNullable
= ...
Returns
IsNullable
extends
false
?
Date
:
null
|
Date
Static
parseURL
parseURL
<
IsNullable
extends
boolean
=
false
>
(
input
:
any
,
nullable
?:
IsNullable
,
)
:
IsNullable
extends
false
?
URL
:
null
|
URL
Type Parameters
IsNullable
extends
boolean
=
false
Parameters
input
:
any
nullable
:
IsNullable
= ...
Returns
IsNullable
extends
false
?
URL
:
null
|
URL
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
APIClient
client
Methods
parse
Date
parseURL
jikan4.js
Loading...