Issue 14112

Species API inconsistency in parameter name: datasetKey vs dataset_key

14112
Reporter: kbraak
Assignee: mdoering
Type: Bug
Summary: Species API inconsistency in parameter name: datasetKey vs dataset_key
Priority: Major
Resolution: Fixed
Status: Resolved
Created: 2013-09-30 16:47:28.431
Updated: 2014-06-25 12:27:41.666
Resolved: 2014-06-25 12:27:41.633
        
Description: >Logging issue for historical knowledge, knowing this may never get fixed.<

Problem is, there is parameter name datasetKey, and search parameter name dataset_key.

Across other APIs like registry, it's apparent we're using ENUM with underscores for search parameters, and lower camel case for other non-search services.

]]>
    


Author: mdoering@gbif.org
Created: 2014-06-25 12:27:41.664
Updated: 2014-06-25 12:27:41.664
        
All search parameters are accepted case insensitive and ignore underscores. So its legal to use DATASET_KEY=, dataset_key= or datasetKey=

The later is used in the API documentation now.