module Gbif

gbif - The top level module for using methods to access the GBIF API

Gbif::Occurrences

Gbif::Registry

Class to perform HTTP requests to the GBIF API @!macro gbif_params

@param offset [Fixnum] Number of record to start at, any non-negative integer. Default: 0
@param limit [Fixnum] Number of results to return. Default: 100
@param verbose [Boolean] Print request headers to stdout. Default: false

Gbif::Species

Class to perform HTTP requests to the GBIF API @!macro gbif_params

@param offset [Fixnum] Number of record to start at, any non-negative integer. Default: 0
@param limit [Fixnum] Number of results to return. Default: 100
@param verbose [Boolean] Print request headers to stdout. Default: false

Gbif::Request

Class to perform HTTP requests to the Crossref API

Gbif::Response

Class to give back response

Constants

VERSION