Talk:IDigBio API v1 Examples: Difference between revisions

From iDigBio
Jump to navigation Jump to search
(add another example to complete)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
TO DO:
TO DO:


1. convert Curculionidae to search
# convert Curculionidae to search
# turn "Fetch a list of five MediaRecord IDs" into "display 5 thumbnails" using javascript
# how to page through the api... add another page event to help differentiate these multiples of 5.
# Search for records of genus 'Pohlia'.  (from feedback survey)
# How to get a list of unique values per field, a.k.a. list of values for auto-completion.
# error handle HTTP 404 condition?
# error handle HTTP 504 condition?
# consider doing a morphological comparison of the butterfly Amblyscirtes aesculapius


2. turn "Fetch a list of five MediaRecord IDs" into "display 5 thumbnails" using javascript
----------


3. how to page through the api... add another page event to help differentiate these multiples of 5.
Amblyscirtes aesculapius in the Morphbank TTR recordset (iDigBio UUID e8c1413c-4e2e-46d7-9b6e-df0e416e3786).


4. Search for records of genus 'Pohlia'. (from feedback survey)
6 specimen records, 6 images of the dorsal perspective ....
 
scientificname: amblyscirtes aesculapius
 
Subject Orientation: Dorsal
 
----------


...
...
APIs from other aggregators include:
* GBIF: http://www.gbif.org/developer/
* ALA: http://www.ala.org.au/about-the-atlas/downloadable-tools/web-services/, http://api.ala.org.au/
* BISON: http://bison.usgs.ornl.gov/doc/services.jsp
* Canadensys: http://data.canadensys.net/vascan/api
* EOL: http://eol.org/api

Latest revision as of 15:21, 23 February 2015

TO DO:

  1. convert Curculionidae to search
  2. turn "Fetch a list of five MediaRecord IDs" into "display 5 thumbnails" using javascript
  3. how to page through the api... add another page event to help differentiate these multiples of 5.
  4. Search for records of genus 'Pohlia'. (from feedback survey)
  5. How to get a list of unique values per field, a.k.a. list of values for auto-completion.
  6. error handle HTTP 404 condition?
  7. error handle HTTP 504 condition?
  8. consider doing a morphological comparison of the butterfly Amblyscirtes aesculapius

Amblyscirtes aesculapius in the Morphbank TTR recordset (iDigBio UUID e8c1413c-4e2e-46d7-9b6e-df0e416e3786).

6 specimen records, 6 images of the dorsal perspective ....

scientificname: amblyscirtes aesculapius

Subject Orientation: Dorsal


...

APIs from other aggregators include: