ballerinax/techport Ballerina library

1.5.1

Overview

This is a generated connector from Techport REST API v3.4.0 OpenAPI Specification.

This is the public REST API for TechPort. All of the integrations communicates with TechPort through this API.

For additional help getting started with the API, visit the following help articles:

This module supports Techport API version v3.4.0.

Quickstart

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

Step 1: Import connector

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

Copy
import ballerinax/techport;

Step 2: Create a new connector instance

You can now initialize the client.

Copy
techport:Client baseClient = check new;

Step 3: Invoke connector operation

  1. Now you can use the operations available within the connector. Following is an example on how to obtain project information since 2000-01-01
Copy
techport:ProjectIdResponse response = check baseClient->getProjectsSince("2000-01-01");
  1. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/techport;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/Cloud Services

Cost/Free


Contributors

Other versions

See more...