Open rmmayo opened 1 year ago
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
PR: https://github.com/NationalSecurityAgency/skills-client/pull/254
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