@@ -72,25 +72,25 @@ public class LootLockerEndPoints
72
72
public static EndPointClass subtractPointsFromPlayerProgression = new EndPointClass ( "player/progressions/{0}/points/subtract" , LootLockerHTTPMethod . POST ) ;
73
73
public static EndPointClass resetPlayerProgression = new EndPointClass ( "player/progressions/{0}/reset" , LootLockerHTTPMethod . POST ) ;
74
74
public static EndPointClass deletePlayerProgression = new EndPointClass ( "player/progressions/{0}" , LootLockerHTTPMethod . DELETE ) ;
75
-
76
- // Character
77
- [ Header ( "Character " ) ]
78
- public static EndPointClass characterLoadouts = new EndPointClass ( "v1/player/character/loadout" , LootLockerHTTPMethod . GET ) ;
79
- public static EndPointClass getOtherPlayersCharacterLoadouts = new EndPointClass ( "v1/player/character/loadout/{0}?platform={1}" , LootLockerHTTPMethod . GET ) ;
80
- public static EndPointClass updateCharacter = new EndPointClass ( "v1/player/character/{0}" , LootLockerHTTPMethod . PUT ) ;
81
- public static EndPointClass equipIDAssetToDefaultCharacter = new EndPointClass ( "v1/player/equip" , LootLockerHTTPMethod . POST ) ;
82
- public static EndPointClass equipGlobalAssetToDefaultCharacter = new EndPointClass ( "v1/player/equip" , LootLockerHTTPMethod . POST ) ;
83
- public static EndPointClass equipIDAssetToCharacter = new EndPointClass ( "v1/player/character/{0}/equip" , LootLockerHTTPMethod . POST ) ;
84
- public static EndPointClass equipGlobalAssetToCharacter = new EndPointClass ( "v1/player/character/{0}/equip" , LootLockerHTTPMethod . POST ) ;
85
- public static EndPointClass unEquipIDAssetToDefaultCharacter = new EndPointClass ( "v1/player/equip/{0}" , LootLockerHTTPMethod . DELETE ) ;
86
- public static EndPointClass unEquipIDAssetToCharacter = new EndPointClass ( "v1/player/character/{0}/equip/{1}" , LootLockerHTTPMethod . DELETE ) ;
87
- public static EndPointClass getCurrentLoadoutToDefaultCharacter = new EndPointClass ( "v1/player/loadout" , LootLockerHTTPMethod . GET ) ;
88
- public static EndPointClass getOtherPlayersLoadoutToDefaultCharacter = new EndPointClass ( "v1/player/loadout/{0}?platform={1}" , LootLockerHTTPMethod . GET ) ;
89
- public static EndPointClass getEquipableContextToDefaultCharacter = new EndPointClass ( "v1/player/character/contexts" , LootLockerHTTPMethod . GET ) ;
90
- public static EndPointClass getEquipableContextbyCharacter = new EndPointClass ( "v1/player/character/{0}/contexts" , LootLockerHTTPMethod . GET ) ;
91
- public static EndPointClass createCharacter = new EndPointClass ( "v1/player/character" , LootLockerHTTPMethod . POST ) ;
92
- public static EndPointClass listCharacterTypes = new EndPointClass ( "v1/player/character/types" , LootLockerHTTPMethod . GET ) ;
93
- public static EndPointClass listPlayerCharacters = new EndPointClass ( "v1/player/character/list" , LootLockerHTTPMethod . GET ) ;
75
+
76
+ // Class
77
+ [ Header ( "Class " ) ]
78
+ public static EndPointClass classLoadouts = new EndPointClass ( "v1/player/character/loadout" , LootLockerHTTPMethod . GET ) ;
79
+ public static EndPointClass getOtherPlayersClassLoadouts = new EndPointClass ( "v1/player/character/loadout/{0}?platform={1}" , LootLockerHTTPMethod . GET ) ;
80
+ public static EndPointClass updateClass = new EndPointClass ( "v1/player/character/{0}" , LootLockerHTTPMethod . PUT ) ;
81
+ public static EndPointClass equipIDAssetToDefaultClass = new EndPointClass ( "v1/player/equip" , LootLockerHTTPMethod . POST ) ;
82
+ public static EndPointClass equipGlobalAssetToDefaultClass = new EndPointClass ( "v1/player/equip" , LootLockerHTTPMethod . POST ) ;
83
+ public static EndPointClass equipIDAssetToClass = new EndPointClass ( "v1/player/character/{0}/equip" , LootLockerHTTPMethod . POST ) ;
84
+ public static EndPointClass equipGlobalAssetToClass = new EndPointClass ( "v1/player/character/{0}/equip" , LootLockerHTTPMethod . POST ) ;
85
+ public static EndPointClass unEquipIDAssetToDefaultClass = new EndPointClass ( "v1/player/equip/{0}" , LootLockerHTTPMethod . DELETE ) ;
86
+ public static EndPointClass unEquipIDAssetToClass = new EndPointClass ( "v1/player/character/{0}/equip/{1}" , LootLockerHTTPMethod . DELETE ) ;
87
+ public static EndPointClass getCurrentLoadoutToDefaultClass = new EndPointClass ( "v1/player/loadout" , LootLockerHTTPMethod . GET ) ;
88
+ public static EndPointClass getOtherPlayersLoadoutToDefaultClass = new EndPointClass ( "v1/player/loadout/{0}?platform={1}" , LootLockerHTTPMethod . GET ) ;
89
+ public static EndPointClass getEquipableContextToDefaultClass = new EndPointClass ( "v1/player/character/contexts" , LootLockerHTTPMethod . GET ) ;
90
+ public static EndPointClass getEquipableContextbyClass = new EndPointClass ( "v1/player/character/{0}/contexts" , LootLockerHTTPMethod . GET ) ;
91
+ public static EndPointClass createClass = new EndPointClass ( "v1/player/character" , LootLockerHTTPMethod . POST ) ;
92
+ public static EndPointClass listClassTypes = new EndPointClass ( "v1/player/character/types" , LootLockerHTTPMethod . GET ) ;
93
+ public static EndPointClass listPlayerClasses = new EndPointClass ( "v1/player/character/list" , LootLockerHTTPMethod . GET ) ;
94
94
95
95
// Hero
96
96
[ Header ( "Hero" ) ]
0 commit comments