|
CocoaTweet
|
Twitter API Entry Point. More...
#include <api.h>
Public Member Functions | |
| API (CocoaTweet::OAuth::Key _key) | |
| primary constructor More... | |
| Statuses::Status | status () const |
| Getter for Grouped by Statuses/*. More... | |
| Favorites::Favorite | favorite () const |
| Getter for Grouped by Favorites/*. More... | |
| Medias::Media | media () const |
| DirectMessages::DirectMessage | directMessage () const |
| const std::string & | generateBearerToken () const |
Twitter API Entry Point.
| CocoaTweet::API::API::API | ( | CocoaTweet::OAuth::Key | _key | ) |
primary constructor
| [in] | _key | Twitter API Key typed CocoaTweet::OAuth::Key |
| DirectMessages::DirectMessage CocoaTweet::API::API::directMessage | ( | ) | const |
| Favorites::Favorite CocoaTweet::API::API::favorite | ( | ) | const |
Getter for Grouped by Favorites/*.
| [out] | Favorite | object typed CococaTweet::API::Favorites::Favorite |
| const std::string & CocoaTweet::API::API::generateBearerToken | ( | ) | const |
| Medias::Media CocoaTweet::API::API::media | ( | ) | const |
| Statuses::Status CocoaTweet::API::API::status | ( | ) | const |
Getter for Grouped by Statuses/*.
| [out] | Status | object typed CocoaTweet::API::Statuses::Status |
1.8.17