apiV2SchoolsupplyRequestTutorRetrieveWithHttpInfo method

Future<Response> apiV2SchoolsupplyRequestTutorRetrieveWithHttpInfo(
  1. String ref
)

Performs an HTTP 'GET /api/v2/schoolsupply/request_tutor/{ref}/' operation and returns the Response. Parameters:

Implementation

Future<Response> apiV2SchoolsupplyRequestTutorRetrieveWithHttpInfo(String ref,) async {
  // ignore: prefer_const_declarations
  final path = r'/api/v2/schoolsupply/request_tutor/{ref}/'
    .replaceAll('{ref}', ref);

  // 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,
  );
}