Revision b8f451b5
Added by Alex Theys over 11 years ago
5.x/modules/cdm_dataportal/cdm_api/webservice_uris.php | ||
---|---|---|
16 | 16 |
|
17 | 17 |
define('CDM_WS_PORTAL_TAXON_DESCRIPTIONS', 'portal/taxon/$0/descriptions'); |
18 | 18 |
define('CDM_WS_PORTAL_TAXON_USEDESCRIPTIONS', 'portal/taxon/$0/useDescriptions'); |
19 |
define('CDM_WS_PORTAL_TAXON_FINDBESTMATCHINGTAXON', 'bestMatchingTaxon/$0'); |
|
20 |
|
|
19 | 21 |
|
20 | 22 |
/** |
21 | 23 |
* $0 : taxon uud |
... | ... | |
43 | 45 |
|
44 | 46 |
define('CDM_WS_NAME_NAMECAHE', 'name/$0/nameCache'); |
45 | 47 |
|
48 |
define('CDM_WS_PORTAL_NAME_NAMESBYNAME', 'namesByName/$0'); |
|
49 |
|
|
46 | 50 |
define('CDM_WS_PORTAL_TAXON_SYNONYMY', 'portal/taxon/$0/synonymy'); |
47 | 51 |
|
48 | 52 |
define('CDM_WS_PORTAL_TAXON_RELATIONS', 'portal/taxon/$0/taxonRelationships'); |
Also available in: Unified diff
AT: committing latest changes to the dataportal to work from home and fix some outstanding issues