catalogMetadataProgramRetrieve2 method

Future<void> catalogMetadataProgramRetrieve2(
  1. String field
)

GET Query program metadata TODO: program-key compatibility Params: program_id org

Parameters:

Implementation

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