We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new optional enabled parameter to the configure method:
enabled
configure
this.SkillsClient.SkillsConfiguration.configure({ serviceUrl: 'http://localhost:8080', projectId: 'your-project-id', authenticator: '<auth>', enabled: false });
when disabled the skills-client library should remain dormant, and not attempt auth, network communication, skill reporting, etc.
Please Note: enabled will default to true
true
The text was updated successfully, but these errors were encountered:
#209: added an option to disable skills-client
727a2b6
#209: fix unit tests
59c4ce4
PR: #254
Sorry, something went wrong.
sudo-may
No branches or pull requests
Add new optional
enabled
parameter to theconfigure
method:when disabled the skills-client library should remain dormant, and not attempt auth, network communication, skill reporting, etc.
Please Note:
enabled
will default totrue
The text was updated successfully, but these errors were encountered: