mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
@ -77,6 +77,29 @@ Returns all known Manga.
|
||||
List of internalIds.
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Manga/Search`
|
||||
|
||||
Initiates a search for a Manga on all Connectors.
|
||||
|
||||
<details>
|
||||
<summary>Request</summary>
|
||||
|
||||
|
||||
| Parameter | Value |
|
||||
|-----------|-------------------------------------------------|
|
||||
| title | Search Term |
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Returns</summary>
|
||||
|
||||
List of [Manga](Types.md#Manga)
|
||||
|
||||
| StatusCode | Meaning |
|
||||
|------------|-------------------|
|
||||
| 400 | Parameter missing |
|
||||
</details>
|
||||
|
||||
### <sub></sub> `/v2/Manga/<internalId>`
|
||||
|
||||
Returns the specified Manga.
|
||||
|
Reference in New Issue
Block a user