mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
Change return type of api request to get Connectors to get connector-list instead of dictionary
This commit is contained in:
@ -34,7 +34,7 @@ Returns available Manga Connectors (Scanlation sites)
|
||||
<details>
|
||||
<summary>Returns</summary>
|
||||
|
||||
Dictionary with Connector-Names and supported languages.
|
||||
List of [Connectors](Types.md#Connector)
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Connector/<ConnectorName>/GetManga`
|
||||
|
@ -1,41 +1,51 @@
|
||||
## Manga
|
||||
```json
|
||||
## Connector
|
||||
|
||||
```
|
||||
{
|
||||
"name": string,
|
||||
"SupportedLanguages": string[]
|
||||
}
|
||||
```
|
||||
|
||||
## Manga
|
||||
```
|
||||
{
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
## Chapter
|
||||
```json
|
||||
```
|
||||
{
|
||||
}
|
||||
```
|
||||
|
||||
## Job
|
||||
```json
|
||||
```
|
||||
{
|
||||
}
|
||||
```
|
||||
|
||||
## ProgressToken
|
||||
```json
|
||||
```
|
||||
{
|
||||
}
|
||||
```
|
||||
|
||||
## Settings
|
||||
```json
|
||||
```
|
||||
{
|
||||
}
|
||||
```
|
||||
|
||||
## LibraryConnector
|
||||
```json
|
||||
```
|
||||
{
|
||||
}
|
||||
```
|
||||
|
||||
## NotificationConnector
|
||||
```json
|
||||
```
|
||||
{
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user