catalogMetadataProgramPublicRetrieve2WithHttpInfo method
GET Query public program metadata TODO: program-key compatibility Params: program_id org
Note: This method returns the HTTP Response.
Parameters:
- String field (required):
Implementation
Future<Response> catalogMetadataProgramPublicRetrieve2WithHttpInfo(String field,) async {
// ignore: prefer_const_declarations
final path = r'/api/catalog/metadata/program-public/{field}/'
.replaceAll('{field}', field);
// 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,
);
}