Issue 16002
Remove underscore from /lookup/reverse_geocode API URL
16002
Reporter: mdoering
Assignee: mdoering
Type: Improvement
Summary: Remove underscore from /lookup/reverse_geocode API URL
Priority: Major
Resolution: Fixed
Status: Resolved
Created: 2014-06-25 11:22:39.094
Updated: 2014-06-25 12:11:02.697
Resolved: 2014-06-25 12:11:02.673
Description: Currently the geolookup ws is exposed as /lookup/reverse_geocode
We dont want any underscore in API URLs anymore, so either make it camelCase: /lookup/reverseGeocode or find another URL for that service. The prefix lookup is only used by the geocode service now. Consider that we might want to expose other parsers in the future and we have the name parser and nub lookup exposed right now as:
{noformat}
/species/match
/parser/name
{noformat}
The new suggested URL would be:
{noformat}
/geocode/reverse
/geocodeReverse
{noformat}
]]>
Author: mdoering@gbif.org
Comment: The geocode service also needs documentation in our portal API docs
Created: 2014-06-25 11:24:54.207
Updated: 2014-06-25 11:24:54.207
Author: mdoering@gbif.org
Created: 2014-06-25 12:11:02.695
Updated: 2014-06-25 12:11:02.695
https://github.com/gbif/geocode/commit/d9645d2f2bbc427e578550ad37e4c28cf1838a9c
https://github.com/gbif/occurrence/commit/11b0af2e1c489d9f9f03ce4bec47d87a8d96a00c