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
Hey,
while playing around with this library I discovered that wrong credentials are silently accepted and the functions (like Tests().All()) just return an empty array.
It would be great if directly when creating a new client object, the credentials are checked against the Statuscake API to immediately raise some kind of InvalidCredentials exception. Assuming that there is some endpoint in the Statuscake API which can be used for this check...
Best regards,
Felix
The text was updated successfully, but these errors were encountered:
Hey,
while playing around with this library I discovered that wrong credentials are silently accepted and the functions (like
Tests().All()
) just return an empty array.It would be great if directly when creating a new client object, the credentials are checked against the Statuscake API to immediately raise some kind of
InvalidCredentials
exception. Assuming that there is some endpoint in the Statuscake API which can be used for this check...Best regards,
Felix
The text was updated successfully, but these errors were encountered: