ballerinax/quickbase Ballerina library

1.3.1

Overview

This is a generated connector from Quickbase API v1 OpenAPI Specification.

The Quickbase JSON RESTful API provides secure access to Quickbase apps and allow users to manage access using Quickbase roles. Users can automate the app lifecycle using the Quickbase API.

Prerequisites

  • Create Quickbase account.
    • Choose a subscription that matches with your requirements
  • Obtain user token and provide the token as the value of Authorization header within an API call.
    • Follow this guide for more details on obtaining user tokens.

Quickstart

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

Step 1: Import connector

Copy
import ballerinax/quickbase;

Step 2: Create a new connector instance

Initialize the connector instance.

Copy
quickbase:Client baseClient = check new Client();

Step 3: Invoke connector operation

  1. Obtain current weather data by city name.
Copy
configurable string & readonly userToken = ?;
string appId = "bpqe82s1";
string qbRealmHost = "demo.quickbase.com";
json appData = check baseClient->getApp(appId, qbRealmHost, userToken);
  1. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/quickbase;Copy

Metadata

Released date: 12 months ago

Version: 1.3.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

Website & App Building/App Builders

Cost/Paid


Contributors

Other versions