2024-10-17 21:03:37 +02:00
|
|
|
## Connector
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"name": string,
|
|
|
|
"SupportedLanguages": string[]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Manga
|
|
|
|
```
|
2024-04-19 21:23:15 +02:00
|
|
|
{
|
2024-10-18 00:29:29 +02:00
|
|
|
"sortName": string,
|
|
|
|
"authors": string[],
|
|
|
|
"altTitles": string[][],
|
|
|
|
"description": string,
|
|
|
|
"tags": string[],
|
|
|
|
"coverUrl": string,
|
|
|
|
"coverFileNameInCache": string,
|
|
|
|
"links": string[][],
|
|
|
|
"year": int,
|
|
|
|
"originalLanguage": string,
|
|
|
|
"releaseStatus": int,
|
|
|
|
"folderName": string,
|
|
|
|
"publicationId": string,
|
|
|
|
"internalId": string,
|
|
|
|
"ignoreChaptersBelow": decimal,
|
|
|
|
"latestChapterDownloaded": decimal,
|
|
|
|
"latestChapterAvailable": decimal,
|
|
|
|
"websiteUrl": string,
|
|
|
|
"mangaConnector": Connector
|
2024-04-19 21:23:15 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Chapter
|
2024-10-17 21:03:37 +02:00
|
|
|
```
|
2024-04-19 21:23:15 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Job
|
2024-10-17 21:03:37 +02:00
|
|
|
```
|
2024-04-19 21:23:15 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## ProgressToken
|
2024-10-17 21:03:37 +02:00
|
|
|
```
|
2024-04-19 21:23:15 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Settings
|
2024-10-17 21:03:37 +02:00
|
|
|
```
|
2024-04-19 21:23:15 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## LibraryConnector
|
2024-10-17 21:03:37 +02:00
|
|
|
```
|
2024-04-19 21:23:15 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## NotificationConnector
|
2024-10-17 21:03:37 +02:00
|
|
|
```
|
2024-04-19 21:23:15 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
```
|