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 session.py url name is used in get_full_url(self, url: str) it is confusing with self.base_url and self.url (added in PR #37 ).
It should be named endpoint as that more proper name.
The text was updated successfully, but these errors were encountered:
Description
In
session.py
url name is used inget_full_url(self, url: str)
it is confusing withself.base_url
andself.url
(added in PR #37 ).It should be named
endpoint
as that more proper name.The text was updated successfully, but these errors were encountered: