@talend/api-tester-opener

Script used to either open the API Tester plugin or open the plugin's store page

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@talend/api-tester-opener
0.0.34 years ago4 years agoMinified + gzip package size for @talend/api-tester-opener in KB

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 | |