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
This is the version that introduced the API v3. Dropping support for older versions means there's no longer a need to fall back to v2 when Shlink returns a 404 error.
It also means the ErrorTypeV2 enum can be completely dropped, and rename ErrorTypeV3 to simply ErrorType.
The text was updated successfully, but these errors were encountered:
This is the version that introduced the API v3. Dropping support for older versions means there's no longer a need to fall back to v2 when Shlink returns a 404 error.
It also means the
ErrorTypeV2
enum can be completely dropped, and renameErrorTypeV3
to simplyErrorType
.The text was updated successfully, but these errors were encountered: