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