Talk:IDigBio API v1 Examples: Difference between revisions

From iDigBio
Jump to navigation Jump to search
(add another example to complete)
No edit summary
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.


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)


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

Revision as of 08:33, 27 May 2014

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.

...

APIs from other aggregators include: