Method: Gbif::Occurrences.get_verbatim
- Defined in:
- lib/gbifrb/Occurrences.rb
.get_verbatim(key:, verbose: nil, options: nil) ⇒ hash
Gets a verbatim occurrence record without any interpretation
371 372 373 374 |
# File 'lib/gbifrb/Occurrences.rb', line 371 def self.get_verbatim(key:, verbose: nil, options: nil) url = 'occurrence/' + key.to_s + '/verbatim' Request.new(url, {}, verbose, ).perform end |