@talend/api-tester-opener
v0.0.3
Published
Script used to either open the API Tester plugin or open the plugin's store page
Downloads
819
Readme
API Tester Opener
What is it ?
API Tester Opener is a code snippet used to open Talend's Chrome extension "API Tester", or redirect the user to the Chrome store if the extension has not been detected.
This code should be shared between projects to avoid redundancy.
How to use ?
Import this library in your project and use the main exported method to perform the actions depicted above.
API
openApiTester(apiTesterExtensionId)
Default exported method. Either opens the API Tester extension or open the Chrome store's page for the extension.
| Name | Type | Required | Description | Default value | |----------------------|--------|----------|-------------------------------------------|-------------| | apiTesterExtensionId | string | Yes | The API Tester extension's Chrome ID | |