ballerinax/livestorm Ballerina library

2.6.1

Overview

The Livestorm API v1 connector(https://developers.livestorm.co/docs) 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.

Key Features

  • Programmatic access to create and manage resources via REST API
  • Manage user accounts and profiles
  • Support for webhooks and event-driven workflows
  • Secure authentication with API key or OAuth support

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

Other versions

See more...

Metadata

Released date: 9 days ago

Version: 2.6.1

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.8.0

GraalVM compatible: Yes


Pull count

Total: 876

Current verison: 6


Weekly downloads


Source repository


Keywords

Type/Connector

Vendor/Livestorm

Area/Communication

Communication/Video Conferencing

Cost/Freemium


Contributors