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
In the constructor of AuthenticatedApi, it uses Main class just to get the api url. I would recommend removing this dependency from Main and just doing what the PublicApi class does in its constructor: it accepts the api url as an argument
The text was updated successfully, but these errors were encountered:
In the constructor of
AuthenticatedApi
, it usesMain
class just to get the api url. I would recommend removing this dependency fromMain
and just doing what thePublicApi
class does in its constructor: it accepts the api url as an argumentThe text was updated successfully, but these errors were encountered: