-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Add new optional enabled
parameter to the configure
method:
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request