ballerinax/ritekit Ballerina library

1.5.1

Overview

This is a generated connector for RiteKit API v1.0 OpenAPI specification.
The RiteKit API provides the capability to perform social media marketing through hashtag suggestions, auto hashtagging, emoji suggestions, etc.

Prerequisites

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

  1. Create a RiteKit account.
  2. Obtain tokens - Follow this guide.

Quickstart

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

Step 1: Import connector

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

Copy
import ballerinax/ritekit;

Step 2: Create a new connector instance

You can now make the connection configuration using the RiteKit API keys config.

Copy
ritekit:ApiKeysConfig & readonly apiKeyConfig = ?;
ritekit:Client ritekitClient = check new (clientConfig);

Step 3: Invoke connector operation

Following is code demonstrates how to get a project using ballerinax/ritekit connector.

Copy
public function main() returns error? {
    json response = check ritekitClient->trendingHashtags();
}

Import

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

Marketing/Social Media Marketing

Cost/Freemium


Contributors

Other versions

See more...