catalogMetadataCourseRetrieve2 method
Implementation
Future<void> catalogMetadataCourseRetrieve2(String field,) async {
final response = await catalogMetadataCourseRetrieve2WithHttpInfo(field,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}