Search
Preparing search index...
The search index is not available
manga-api
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
MangaResponse
Class MangaResponse
Hierarchy
MangaResponse
Index
Constructors
constructor
Properties
alternative
Titles
chapter
Entries
error
Message
genres
status
status
Code
title
Constructors
constructor
new
Manga
Response
(
statusCode
:
number
, title
?:
string
, alternativeTitles
?:
string
[]
, status
?:
Status
, genres
?:
Genre
[]
, chapterEntries
?:
ChapterEntryEntity
[]
, errorMessage
?:
string
)
:
MangaResponse
Parameters
statusCode:
number
Optional
title:
string
Optional
alternativeTitles:
string
[]
Optional
status:
Status
Optional
genres:
Genre
[]
Optional
chapterEntries:
ChapterEntryEntity
[]
Optional
errorMessage:
string
Returns
MangaResponse
Properties
Optional
alternative
Titles
alternative
Titles
:
string
[]
Optional
chapter
Entries
chapter
Entries
:
ChapterEntryEntity
[]
Optional
error
Message
error
Message
:
string
Optional
genres
genres
:
Genre
[]
Optional
status
status
:
Status
status
Code
status
Code
:
number
Optional
title
title
:
string
Globals
Manga
Response
constructor
alternative
Titles
chapter
Entries
error
Message
genres
status
status
Code
title
Generated using
TypeDoc