ballerinax/extpose Ballerina library

1.5.1

Overview

This is a generated connector from Extpose API v1 OpenAPI Specification.

Extpose provides analytics and actionable insights that help you optimize your chrome extension listing and eventually get more installs. More about the Extpose API can be find at Extpose

This module supports Extpose API version v1.

Prerequisites

Before using this connector in your Ballerina application, complete the following:

Quickstart

To use the Extpose connector in your Ballerina application, update the .bal file as follows:

Step 1: Import connector

First, import the ballerinax/extpose module into the Ballerina project.

Copy
import ballerinax/extpose;

Step 2: Create a new connector instance

You can now intantiate the client.

Copy
extpose:ApiKeysConfig apiKeyConfig = {
    xApiKey": "<API_Key>"
};

extpose:Client extposeClient = check new(apiKeyConfig);

Step 3: Invoke an operation

  1. Now you can use the operations available within the connector. Following code demonstrate how to get list of your extensions including extensions from the watchlist.
Copy
extpose:Extension[] userExtensions = check extposeClient->getUserExtensions();
  1. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/extpose;Copy

Metadata

Released date: 12 months ago

Version: 1.5.1

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.4.1

GraalVM compatible: Yes


Pull count

Total: 0

Current verison: 0


Weekly downloads


Source repository


Keywords

IT Operations/Browser Tools

Cost/Freemium


Contributors

Other versions

See more...