Releases: ldclakmal/ballerina-twitter-module
Ballerina Twitter Connector 2.0.6 Released!
- Update
Dependencies.toml
file with latest versions
Ballerina Twitter Connector 2.0.5 Released!
Ballerina Twitter Connector 2.0.4 Released!
- Update for Swan Lake Beta3 compatibility
Ballerina Twitter Connector 2.0.3 Released!
Ballerina Twitter Connector 2.0.2 Released!
Ballerina Twitter Connector 2.0.1 Released!
Ballerina Twitter Connector 2.0.0 Released!
Summary
Twitter is what’s happening now. Twitter’s developer platform provides many API products, tools, and resources that enable you to harness the power of Twitter's open, global, and real-time communication network. This module provides capabilities to connects to Twitter from Ballerina.
Compatibility
Version | |
---|---|
Ballerina Language | Swan Lake Beta 1 |
Twitter API | 1.1 |
Module Overview
The Twitter connector allows you to tweet, retweet, un-retweet, search, retrieve and delete status (AKA Tweets) through the Twitter REST API.
Status Operations
The ldclakmal/twitter
module contains operations that work with statuses. Status is also known as a 'Tweet'. You can update the current status, retweet a tweet, un-tweet a retweeted status, retrieve a status, and delete a status.
Twitter API: https://developer.twitter.com/en/docs/tweets/post-and-engage/overview
Search Operations
The ldclakmal/twitter
module contains operations that search for statuses. Status is also known as a 'Tweet'.
Twitter API: https://developer.twitter.com/en/docs/tweets/search/overview
Ballerina Twitter Connector 1.2.0 Released!
Summary
Twitter is what’s happening now. Twitter’s developer platform provides many API products, tools, and resources that enable you to harness the power of Twitter's open, global, and real-time communication network. This module provides capabilities to connects to Twitter from Ballerina.
Compatibility
Version | |
---|---|
Ballerina Language | Swan Lake Alpha 3 |
Twitter API | 1.1 |
Module Overview
The Twitter connector allows you to tweet, retweet, un-retweet, search, retrieve and delete status (AKA Tweets) through the Twitter REST API.
Status Operations
The ldclakmal/twitter
module contains operations that work with statuses. Status is also known as a 'Tweet'. You can update the current status, retweet a tweet, un-tweet a retweeted status, retrieve a status, and delete a status.
Twitter API: https://developer.twitter.com/en/docs/tweets/post-and-engage/overview
Search Operations
The ldclakmal/twitter
module contains operations that search for statuses. Status is also known as a 'Tweet'.
Twitter API: https://developer.twitter.com/en/docs/tweets/search/overview
Ballerina Twitter Connector 1.1.0 Released!
Summary
The Twitter connector allows you to tweet, retweet, unretweet, search, retrieve and delete status (AKA Tweets) through the Twitter REST API.
Compatibility
Version | |
---|---|
Ballerina Language | 1.2.0 |
Twitter API | 1.1 |
Status Operations
The ldclakmal/twitter
module contains operations that work with statuses. Status is also known as a 'Tweet'. You can update the current status, retweet a tweet, untweet a retweeted status, retrieve a status, and delete a status.
Twitter API: https://developer.twitter.com/en/docs/tweets/post-and-engage/overview
Search Operations
The ldclakmal/twitter
module contains operations that search for statuses. Status is also known as a 'Tweet'.
Twitter API: https://developer.twitter.com/en/docs/tweets/search/overview
Ballerina Twitter Connector 1.0.1 Released!
Summary
The Twitter connector allows you to tweet, retweet, unretweet, search, retrieve and delete status (AKA Tweets) through the Twitter REST API.
Compatibility
Version | |
---|---|
Ballerina Language | 1.2.0 |
Twitter API | 1.1 |
Bug Fixes & Improvements
- This patch release improves CI/CD of the connector with Travis and GitHub Actions
- Update Module.md with few bugs in sample codes