twitter-d ~master (2022-05-05T22:31:30.1449004)
Dub
Repo
TwitterBase
twitter
twitterbase
took some inspiration from:
https://github.com/alphaKAI/twitter4d
abstract
class
TwitterBase {
this
(TwitterCredentials credentials);
auto
request
(string path, HTTPMethod method, string[string] params);
}
Constructors
this
this
(TwitterCredentials credentials)
Members
Functions
request
auto
request
(string path, HTTPMethod method, string[string] params)
Meta
Source
See Implementation
twitter
twitterbase
classes
TwitterBase
took some inspiration from: https://github.com/alphaKAI/twitter4d