Issue 16763

Rename CLB typeSpecimens to typification

16763
Reporter: mdoering
Type: Improvement
Summary: Rename CLB typeSpecimens to typification
Priority: Critical
Status: Open
Created: 2014-12-19 14:22:25.28
Updated: 2015-12-14 18:57:25.131
        
Description: This is a breaking API change!

We changed ChecklistBank earlier this year to not contain type specimen information anymore. The call http://api.gbif.org/v1/species/2435098/typeSpecimens now only returns a type species or genus for higher taxa and ChecklistBank is restricted to only deal with names as one can see also in our model diagram:
https://github.com/gbif/checklistbank/blob/master/model.pdf?raw=true

Type specimen can only be accessed through the regular occurrence API using the TypeStatus filter, e.g. in the case of Puma we list 34 specimens:
http://api.gbif.org/v1/occurrence/search?limit=100&taxonKey=2435098&typeStatus=*

To do:
 - change model class TypeSpecimen to just Typification, removing all specimen related properties
 - rename TypeSpecimenService into TypificationService
 - rename ws resource species/{ID}/typeSpecimen into species/{ID}/typification
]]>