ballerinax/wso2.apim.catalog Ballerina library

1.0.0
Ballerina WSO2 APIM Catalog Publisher

Overview

The Ballerina WSO2 APIM catalog publisher module includes ballerina service management tools for publishing service data to WSO2 API manager service catalogs.

Quickstart

  1. Add import ballerinax/wso2.apim.catalog as _; to the default module.
  2. Add remoteManagement=true to [build-options] section of the Ballerina.toml file.
  3. Create Config.toml file if it does not exist, and add the following configurations.
    Copy
    [ballerinax.wso2.apim.catalog]
    serviceUrl="<Url of the service catalog endpoint>"
    tokenUrl="<Url of the token endpoint>"
    username="<username>"
    password="<password>"
    clientId="<clientId>"
    clientSecret="<Client secret>"
    Modify the configurations to match your WSO2 APIM manager.
  4. Run the project with the following command.
    Copy
    $ bal run

Examples

Copy
import ballerina/http;
import ballerinax/wso2.apim.catalog as _;

service /sales0 on new http:Listener(9000) {
    // implementation
}

Import

import ballerinax/wso2.apim.catalog;Copy

Metadata

Released date: 16 days ago

Version: 1.0.0


Compatibility

Platform: java17

Ballerina version: 2201.10.0

GraalVM compatible: Yes


Pull count

Total: 0

Current verison: 0


Weekly downloads


Other versions

1.0.0