Module avaza

ballerinax/avaza Ballerina library

1.5.1

Overview

This is a generated connector for Avaza API v1 OpenAPI specification. Avaza API allows to collaborate on projects, chat, schedule resources, track time, manage expenses & invoice customers.

Prerequisites

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

  • Create Avaza Account
  • Obtaining tokens
    1. Log into Avaza Account
    2. After login token can be obtained by navigating to Settings->Manage Developer Apps->Developer Apps.

Quickstart

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

Step 1: Import connector

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

Copy
import ballerinax/avaza;

Step 2: Create a new connector instance

Add the project configuration file by creating a Config.toml file. Config file should have following configurations. Add the tokens obtained in the previous step to the Config.toml file.

Copy
[auth]
token = "<Bearer_token">
Copy
configurable http:BearerTokenConfig & readonly auth = ?;
avaza:ClientConfig clientConfig = {auth : auth};

avaza:Client baseClient = check new Client(clientConfig, serviceUrl = "https://api.avaza.com/");

Step 3: Invoke connector operation

  1. You can get playlist created in your avaza account.
    Copy
    avaza:CompanyList contactGet = check baseClient->companyGet();
  2. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/avaza;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

Productivity/Project Management

Cost/Freemium


Contributors

Other versions

See more...