cognitedata/cognite-sdk-python

Class `APIKey` is overloaded

haakonvt opened this issue · 1 comments

The SDK defines two classes with name APIKey:

# In cognite/client/credentials.py
class APIKey(CredentialProvider):
# In cognite/client/data_classes/iam.py
class APIKey(CogniteResource):

I guess this could lead to confusion.

Solved by #1201