diff options
| author | Ritesh Ghosh <[email protected]> | 2023-12-17 20:07:17 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-12-17 20:07:17 +0530 |
| commit | 140801e5d5278b482f447f3083de8f59a0c8668f (patch) | |
| tree | 287c0405094ffaabecae9708634e3431c52c650d | |
| parent | 9e6af98aafbec9818594287fb42e915464b49e6a (diff) | |
| download | aniwatch-api-140801e5d5278b482f447f3083de8f59a0c8668f.tar.xz aniwatch-api-140801e5d5278b482f447f3083de8f59a0c8668f.zip | |
docs(`BackToTop`): add `BackToTop` href for convenience
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -258,8 +258,11 @@ console.log(data); {...}, ], } + ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Anime About Info #### Endpoint @@ -371,6 +374,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Search Results #### Endpoint @@ -435,6 +440,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Search Suggestions #### Endpoint @@ -476,6 +483,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Producer Animes #### Endpoint @@ -563,6 +572,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Genre Animes #### Endpoint @@ -634,6 +645,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Category Anime #### Endpoint @@ -706,6 +719,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Estimated Schedules #### Endpoint @@ -746,6 +761,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Anime Episodes #### Endpoint @@ -787,6 +804,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Anime Episode Servers #### Endpoint @@ -834,6 +853,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Anime Episode Streaming Links #### Endpoint @@ -888,6 +909,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ## <span id="development">👨💻 Development</span> Pull requests and stars are always welcome. If you encounter any bug or want to add a new feature to this api, consider creating a new [issue](https://github.com/ghoshRitesh12/aniwatch-api/issues). If you wish to contribute to this project, read the [CONTRIBUTING.md](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/CONTRIBUTING.md) file. |
