getMyCharactersMyCharactersGetWithHttpInfo method
- @Deprecated('Use accounts/{account}/characters')
Get My Characters
List of your characters. This endpoint is deprecated and will be removed in a future version. Please use accounts/{account}/characters.
Note: This method returns the HTTP Response.
Implementation
@Deprecated('Use accounts/{account}/characters')
Future<Response> getMyCharactersMyCharactersGetWithHttpInfo() async {
// ignore: prefer_const_declarations
final path = r'/my/characters';
// ignore: prefer_final_locals
Object? postBody;
final queryParams = <QueryParam>[];
final headerParams = <String, String>{};
final formParams = <String, String>{};
const contentTypes = <String>[];
return apiClient.invokeAPI(
path,
'GET',
queryParams,
postBody,
headerParams,
formParams,
contentTypes.isEmpty ? null : contentTypes.first,
);
}