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 order to deprecate the audfactory package we should add the private function audbackend.core.artifactory._authentication() as a public class method.
In order to deprecate the audfactory package we should add the private function
audbackend.core.artifactory._authentication()
as a public class method.This would a user allow to test which username and password would be used to authenticate with the host,
useful for debugging authentication issues, see https://audeering.github.io/audfactory/usage.html#authentication.
And it would allow to get the username, password needed for rest API requests, as in audfactory.rest_api_get():
The text was updated successfully, but these errors were encountered: