Method |
Description |
|
DeleteCharacter ( int id ) : IHttpActionResult |
|
|
GetCharacter ( int id, [ fields = "" ) : IHttpActionResult |
|
|
GetCharacterAttributesForCharacter ( int id, [ fields = "" ) : IHttpActionResult |
|
|
GetCharacterAttributesForCharacter ( int id, int smashAttributeTypeId, [ fields = "" ) : IHttpActionResult |
|
|
GetCharacterByName ( string name, [ fields = "" ) : IHttpActionResult |
|
|
GetCharacterMoveAngles ( int id, [ fields = "" ) : IHttpActionResult |
|
|
GetCharacterMoveBaseDamages ( int id, [ fields = "" ) : IHttpActionResult |
|
|
GetCharacterMoveHitboxes ( int id, [ fields = "" ) : IHttpActionResult |
|
|
GetCharacterMoveKnockbackGrowths ( int id, [ fields = "" ) : IHttpActionResult |
|
|
GetCharacters ( [ fields = "" ) : IHttpActionResult |
|
|
GetMovementsForCharacter ( int id, [ fields = "" ) : IHttpActionResult |
|
|
GetMovesForCharacter ( int id, [ fields = "" ) : IHttpActionResult |
|
|
GetThrowsForCharacter ( int id, [ fields = "" ) : IHttpActionResult |
|
|
PostCharacter ( CharacterDto dto ) : IHttpActionResult |
|
|
PutCharacter ( int id, CharacterDto dto ) : IHttpActionResult |
|
|