Пример #1
0
 //TODO: string?
 /// <summary>
 /// </summary>
 /// <param name="session">The session object</param>
 /// <param name="honorPlayerRequest"></param>
 /// <returns></returns>
 public static Task <dynamic> Post(LeagueClientSession session, LolHonorV2ApiHonorPlayerServerRequest honorPlayerRequest) => session.SendRequestAsync <dynamic>("POST", "/lol-honor-v2/v1/honor-player", body: honorPlayerRequest);
Пример #2
0
 public static Task <string> PostLolHonorV2V1HonorPlayer([Parameter("honorPlayerRequest", "body")] LolHonorV2ApiHonorPlayerServerRequest honorPlayerRequest)
 => Sender.Request <string>("post", $"/lol-honor-v2/v1/honor-player", honorPlayerRequest);