Skip to content

Add the ability to easily disable skills-client #209

@rmmayo

Description

@rmmayo

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 request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions