示例#1
0
 /// <summary>
 /// </summary>
 /// <param name="session">The session object</param>
 /// <param name="positionPreferences"></param>
 /// <returns></returns>
 public static Task <dynamic> Post(LeagueClientSession session,
                                   LolLobbyTeamBuilderLobbyPositionPreferencesV2 positionPreferences) =>
 session.SendRequestAsync <dynamic>("POST", "/lol-lobby-team-builder/v2/position-preferences",
                                    body: positionPreferences);
 public static Task <object> PostLolLobbyTeamBuilderV2PositionPreferences([Parameter("positionPreferences", "body")] LolLobbyTeamBuilderLobbyPositionPreferencesV2 positionPreferences)
 => Sender.Request <object>("post", $"/lol-lobby-team-builder/v2/position-preferences", positionPreferences);