150
edits
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== iDigBio API Overview == | == iDigBio API Overview == | ||
Please join our list at idigbio-api-users-l@lists.ufl.edu if you are using our API so we can notify you of changes. You can join via the web at: http://lists.ufl.edu/cgi-bin/wa?A0=IDIGBIO-API-USERS-L | |||
This document serves as the starting page of official documentation for the iDigBio Application Programming Interface (API). | This document serves as the starting page of official documentation for the iDigBio Application Programming Interface (API). | ||
Line 65: | Line 66: | ||
R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. | R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. | ||
R Package Coming soon! Draft available at https://github.com/fmichonneau/ridigbio | |||
=== iDigBio Python Library for Search API === | === iDigBio Python Library for Search API === | ||
The Python client library is available via | The Python client library is available via PyPI: | ||
https://pypi.python.org/pypi/idigbio | https://pypi.python.org/pypi/idigbio | ||
or just use pip | or just use pip: | ||
'''pip install idigbio''' | |||
The client code can also be found at github if you wish to help develop the library: | The client code can also be found at github if you wish to help develop the library: |
edits