Project

General

Profile

« Previous | Next » 

Revision b20f6a5f

Added by Andreas Kohlbecker almost 7 years ago

ref #6700 adapting annotation fetch function to merged TaxonName class

View differences:

modules/cdm_dataportal/cdm_api/cdm_api.module
1054 1054
      $ws_base_uri = CDM_WS_TAXON;
1055 1055
      break;
1056 1056

  
1057
    case 'TaxonNameBase':
1058
    case 'NonViralName':
1059
    case 'BacterialName':
1060
    case 'BotanicalName':
1061
    case 'CultivarPlantName':
1062
    case 'ZoologicalName':
1063
    case 'ViralName':
1057
    case 'TaxonName':
1064 1058
      $ws_base_uri = CDM_WS_NAME;
1065 1059
      break;
1066 1060

  
modules/cdm_dataportal/cdm_api/webservice_uris.php
140 140
define('CDM_WS_POLYTOMOUSKEY', 'polytomousKey');
141 141
define('CDM_WS_POLYTOMOUSKEY_NODE', 'polytomousKeyNode');
142 142

  
143
define('CDM_WS_MEDIA', 'media');
143 144
define('CDM_WS_PORTAL_MEDIA', 'portal/media');
144 145

  
145 146
define('CDM_WS_MEDIA_METADATA', 'media/$0/metadata');

Also available in: Unified diff