1,554
edits
(more work...) |
(kill the call to version endpoint since output includes so many useless types (no data or not really implemented API)) |
||
Line 54: | Line 54: | ||
Calling just the base URL will return a list of API version endpoints. For example a GET request to "http://api.idigbio.org" will return JSON data | Calling just the base URL will return a list of API version endpoints. For example a GET request to "http://api.idigbio.org" will return the following JSON data: | ||
<pre> | <pre> | ||
Line 61: | Line 61: | ||
"check" : "http://api.idigbio.org/check", | "check" : "http://api.idigbio.org/check", | ||
"v0" : "http://api.idigbio.org/v0/" | "v0" : "http://api.idigbio.org/v0/" | ||
} | } | ||
</pre> | </pre> |
edits