Skip to content

Tags: sn4k3/SpeciesDatabaseApi

Tags

v1.2.2

Toggle v1.2.2's commit message
v1.2.2

- Improve `QueryParameters` to enforce a value case conversion
- Fix `WormsClient`: `GetExternalId` and `GetRecordByExternalId` must send the type in lower-case

v1.2.1

Toggle v1.2.1's commit message
v1.2.1

- Improve the `BaseClient` and remove the overloads for url parameters, now `QueryParameters` must be used instead to populate the parameters collection
- Improve the `WormsClient` and `MarineRegionsCLient`, rename/shorten all methods

v1.2.0

Toggle v1.2.0's commit message
Update Directory.Build.props

v1.1.0

Toggle v1.1.0's commit message
Update package-publish.yml

v1.0.1

Toggle v1.0.1's commit message
- 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

v1.0.0

Toggle v1.0.0's commit message
action