itemApplicationList abstract method

  1. @Post(path: '/item/application/list')
Future<Response<ItemApplicationListResponse>> itemApplicationList({
  1. @Body() @required ItemApplicationListRequest? body,
})

List a user’s connected applications @param body

Implementation

@Post(path: '/item/application/list')
Future<chopper.Response<ItemApplicationListResponse>> itemApplicationList(
    {@Body() @required ItemApplicationListRequest? body});