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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
The generated rest client has 3 constructors. We recently introduced a rootUrl parameter, but it's only set in the default constructor.
We should either remove the 2 other constructors, and set it everywhere.