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
And a naming suggestion: I know we were using creds beforehand, but from now on I'd prefer not abbreviating public API variable names, even more when they have a related class.
in this doc we decided to refactor the internal architecture to support:
So basically these are the tasks to achieve the refactor:
BaseClient
APIClient
: contains sql_client, copy_client, batch_clientCredentials
(username, api_key, base_url)Credentials
instead ofContext
in DatasetCredentials
instead ofContext
in SourceCredentials
instead ofContext
in LayerCredentials
instead ofContext
in MapCredentials
instead ofContext
in Kuviz classesCredentials
instead ofContext
in clientsThe text was updated successfully, but these errors were encountered: