src/xnim/v2/tweets

Search:
Group by:

Consts

TWEET_ENDPOINT: string = "https://api.twitter.com/2/tweets"

Procs

proc PostTextTweet(xAPI: XAPI; text: string): void {....raises: [ValueError,
    KeyError, HttpRequestError, LibraryError, Exception, OSError, SslError,
    IOError, TimeoutError, ProtocolError],
    tags: [RootEffect, ReadIOEffect, WriteIOEffect, TimeEffect], forbids: [].}