post method

Future post(
  1. ApiRequest request
)

Implementation

Future<dynamic> post(ApiRequest request) =>
    throw ApiRequestException.methodNotAllowed();