docs: minimize APi docs by using the method present in #56

This commit is contained in:
Ritesh Ghosh
2024-07-14 00:07:17 +05:30
parent 3e92c9187d
commit cb113cb38a
+26 -8
View File
@@ -152,10 +152,12 @@ The endpoints exposed by the api are listed below with examples that uses the [F
<details>
<summary>Get Anime Home Page</summary>
<summary>
### `GET` Anime Home Page
</summary>
#### Endpoint
```bash
@@ -266,10 +268,12 @@ console.log(data);
<details>
<summary>Get Anime About Info</summary>
<summary>
### `GET` Anime About Info
</summary>
#### Endpoint
```sh
@@ -410,10 +414,12 @@ console.log(data);
<details>
<summary>Get Anime Search Results</summary>
<summary>
### `GET` Search Results
</summary>
#### Endpoint
```sh
@@ -513,10 +519,12 @@ console.log(data);
<details>
<summary>Get Anime Search Suggestions</summary>
<summary>
### `GET` Search Suggestions
</summary>
#### Endpoint
```sh
@@ -562,10 +570,12 @@ console.log(data);
<details>
<summary>Get Producer Animes</summary>
<summary>
### `GET` Producer Animes
</summary>
#### Endpoint
```sh
@@ -657,10 +667,12 @@ console.log(data);
<details>
<summary>Get Genre Animes</summary>
<summary>
### `GET` Genre Animes
</summary>
#### Endpoint
```sh
@@ -736,10 +748,12 @@ console.log(data);
<details>
<summary>Get Category Anime</summary>
<summary>
### `GET` Category Anime
</summary>
#### Endpoint
```sh
@@ -818,10 +832,12 @@ console.log(data);
<details>
<summary>Get Estimated Schedules</summary>
<summary>
### `GET` Estimated Schedules
</summary>
#### Endpoint
```sh
@@ -854,6 +870,8 @@ console.log(data);
time: string, // 24 hours format
name: string,
jname: string,
airingTimestamp: number,
secondsUntilAiring: number
},
{...}
]