From 34e68d65b0cafd26c0c0108e807c4107d976ddec Mon Sep 17 00:00:00 2001 From: Algoinde Date: Tue, 7 Feb 2023 01:54:03 +0500 Subject: [PATCH] wrapperinos --- api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api.md b/api.md index 5fbba1d..5738cc4 100644 --- a/api.md +++ b/api.md @@ -45,7 +45,7 @@ The response will contain `playerInfo` and `avatarInfoList`. `playerInfo` is the By attaching `?info` to the request, you are requesting only `playerInfo`. The main request always tries to get `avatarInfoList` as well; if you only need `playerInfo`, please use this endpoint - it will be much faster than getting the full data. -In addition, this response will contain an `owner` object if: +In addition, both responses will contain an `owner` object if: 1. The user has an account on the site 2. The user added their UID to the profile @@ -358,3 +358,5 @@ Also you can get localization data of [AppendProp](#appendprop) by using propert For any additional info about names, descriptions and etc, check the [TextMap Data](https://github.com/Dimbreath/GenshinData/tree/master/TextMap), only includes languages supported by game. +## Wrappers +