ballerinax/livestorm Ballerina library

2.6.0

Overview

This is a generated connector for Livestorm API v1 OpenAPI specification.

Livestorm is a browser based online web conferencing software used to share real-time live streams. It can be used to power remote live meetings, product demos, sales webinars, online lessons, onboarding sessions, more.

Prerequisites

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

  • Create Livestorm Account
  • Obtaining tokens
    1. Log into Livestorm Account
    2. Click the Account settings
    3. Navigate to Integration and choose Public API
    4. Click Generate a token to create a token

Quickstart

Step 1: Import connector

Import the ballerinax/livestorm module into the Ballerina project.

Copy
import ballerinax/livestorm;

Step 2: Create a new connector instance

Copy
livestorm:ApiKeysConfig config = {
    authorization : "<your apiKey>"
};

livestorm:Client myclient = check new livestorm:Client(config, {}, "https://api.livestorm.co/v1");

Step 3: Invoke connector operation

  1. You can get list of events created with listEvents method.
    Copy
    livestorm:InlineResponse200 result = check myclient->listEvents();
  2. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/livestorm;Copy

Metadata

Released date: 8 months ago

Version: 2.6.0

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.4.1


Pull count

Total: 845

Current verison: 0


Weekly downloads


Source repository


Keywords

Communication/Video Conferencing

Cost/Freemium


Contributors

Other versions

See more...