Add Endpoint GET /v2/Manga/Search GlobalSearch

Resolves #124
#167
This commit is contained in:
2024-04-26 00:51:18 +02:00
parent 7ed3846c5f
commit 4021237888
3 changed files with 47 additions and 0 deletions

View File

@ -77,6 +77,29 @@ Returns all known Manga.
List of internalIds.
</details>
### <sub>![GET](https://img.shields.io/badge/GET-0f0)</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>![GET](https://img.shields.io/badge/GET-0f0)</sub> `/v2/Manga/<internalId>`
Returns the specified Manga.