You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- 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
- 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