getPostUri method

Uri getPostUri([
  1. QueryType? queryType
])

Implementation

Uri getPostUri([QueryType? queryType]) {
  return UriHelper.getPostUri(
    path: 'api/v2/taxonomy',
    queryType: queryType,
  );
}