From 5dba29977ee3cf9f287d5dd675fbe38816f314ef Mon Sep 17 00:00:00 2001 From: Mehmet Akif Tecik <141300243+ma-tecik@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:52:26 +0300 Subject: [PATCH] Update README with method and argument details Added a section detailing available methods and general arguments. --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0abc7..5e204f1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,25 @@ The general API call looks like ```python api.() ``` +### Some methods +| Method Name | args | Description | +|-|-|-| +| titleHomeMainV2 | titleNo= | Returns info for an original series | +| challengeTitleHomeMainV1 | titleNo= | Returns info for a canvas | +| promotionInfo | | Returns promotions | +| getRetentionTitleInfo | IDK | IDK | +| titleHomeMainRealTimeV2 | IDK | IDK | +| titleRulesetV1 | IDK | IDK | +| episodeListRecommendTab | IDK | IDK | +| customPageEvent | IDK | IDK | + +#### General args +| args | values | Is required? | notes | +|-|-|-|-| +| platform | "APP_ANDROID" or "APP_IPHONE" | yes | | +| serviceZone | "Global" | no | | +| language | "en" | yes | IDK why but I couldn't make it work for any other language, will try later | + # Installation @@ -50,4 +69,4 @@ See [API.md](docs/API.md) in docs. # How we got here -If you are interested in how this library was created, have a look at [Reverse-engineering.md](docs/Reverse-engineering.md) in docs \ No newline at end of file +If you are interested in how this library was created, have a look at [Reverse-engineering.md](docs/Reverse-engineering.md) in docs