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