Skip to content

Commit

Permalink
docs: update /anime/home response schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Nov 29, 2023
1 parent 3ac10be commit a1cdaf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ console.log(data);
poster: string,
description: string,
rank: number,
otherInfo: string[],
episodes: {
sub: number,
dub: number,
},
},
{...},
],
Expand Down

0 comments on commit a1cdaf1

Please sign in to comment.