Releases: sn4k3/SpeciesDatabaseApi
Releases · sn4k3/SpeciesDatabaseApi
v1.2.2
v1.2.1
v1.2.0
- BaseClient:
- Add methods and types for Xml requests
- Add methods for download files
- Do not convert query parameters to lower-case
- Handle
enums
with flags as lists on query parameters
- WormsClient: Add
GetAphiaLink(string|int)
method to get a link to WoRMS - IUCN: Make
GetSpecieRedirectLink(string|int)
method static - Add Barcode of Life Data Sytem (
BoldSystemsClient
)
v1.1.0
v1.0.1
- Add Marine Regions (
MrClient
) - Add
bool ThrowExceptionIfRequestStatusCodeFails
properties to clients:- Gets or sets if it should throw an exception when the request code is other than success.
- If false it will return a null object
- Fix the regex for
WebsiteUrl
to better remove the api sub-domain