diff options
| author | Ritesh Ghosh <[email protected]> | 2024-07-14 00:11:45 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-07-14 00:11:45 +0530 |
| commit | f3400a550fbf1cf23241b40ef01601dcde6293ee (patch) | |
| tree | f7625c746788e73fe958f996784df7c3440010d4 /README.md | |
| parent | 041c0b7098ffb3d87a729d7dbfc774a96761d3c3 (diff) | |
| download | aniwatch-api-f3400a550fbf1cf23241b40ef01601dcde6293ee.tar.xz aniwatch-api-f3400a550fbf1cf23241b40ef01601dcde6293ee.zip | |
docs: minimize API docs by using the method present in #56
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -884,10 +884,12 @@ console.log(data); <details> -<summary>Get Anime Episodes</summary> +<summary> ### `GET` Anime Episodes +</summary> + #### Endpoint ```sh @@ -933,10 +935,12 @@ console.log(data); <details> -<summary>Get Anime Episode Servers</summary> +<summary> ### `GET` Anime Episode Servers +</summary> + #### Endpoint ```sh @@ -995,10 +999,12 @@ console.log(data); <details> -<summary>Get Anime Episode Streaming Links</summary> +<summary> ### `GET` Anime Episode Streaming Links +</summary> + #### Endpoint ```sh |
