diff options
| author | Ritesh Ghosh <[email protected]> | 2023-11-29 21:21:08 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-11-29 21:21:08 +0530 |
| commit | a1cdaf1d69a3eb56fea527bb99628624aa2de639 (patch) | |
| tree | 42a0880bcf2aff2037aedf791c4611686018fc13 | |
| parent | 3ac10be9128780bcde70ddafca886814e2021e7f (diff) | |
| download | aniwatch-api-a1cdaf1d69a3eb56fea527bb99628624aa2de639.tar.xz aniwatch-api-a1cdaf1d69a3eb56fea527bb99628624aa2de639.zip | |
docs: update `/anime/home` response schema
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -198,6 +198,11 @@ console.log(data); poster: string, description: string, rank: number, + otherInfo: string[], + episodes: { + sub: number, + dub: number, + }, }, {...}, ], |
