|
CocoaTweet
|
class for using statuses/user_timeline endpoint More...
#include <userTimeline.h>


Public Member Functions | |
| UserTimeline () | |
| primary constructor More... | |
| void | screenName (const std::string &_screenName) |
| set screen name to get timeline More... | |
| std::vector< CocoaTweet::API::Model::Tweet > | process (std::weak_ptr< CocoaTweet::OAuth::OAuth1 > _oauth) |
| process request for endpoint More... | |
Additional Inherited Members | |
Protected Member Functions inherited from CocoaTweet::API::Interface::HttpGet | |
| void | process (std::weak_ptr< CocoaTweet::OAuth::OAuth1 > _oauth, std::function< void(const std::string &)> _callback) |
| Send HTTP/POST using OAuth object. More... | |
Static Protected Member Functions inherited from CocoaTweet::API::Interface::HttpBase | |
| static size_t | curlCallback_ (char *_ptr, size_t _size, size_t _nmemb, std::string *_stream) |
Protected Attributes inherited from CocoaTweet::API::Interface::HttpBase | |
| std::weak_ptr< CocoaTweet::OAuth::OAuth1 > | oauth_ |
| std::map< std::string, std::string > | bodyParam_ |
| std::string | url_ |
| std::string | contentType_ |
class for using statuses/user_timeline endpoint
| CocoaTweet::API::Statuses::UserTimeline::UserTimeline | ( | ) |
primary constructor
| std::vector< CocoaTweet::API::Model::Tweet > CocoaTweet::API::Statuses::UserTimeline::process | ( | std::weak_ptr< CocoaTweet::OAuth::OAuth1 > | _oauth | ) |
process request for endpoint
| [in] | std::weak_ptr<CocoaTweet::OAuth::OAuth1> | _oauth : pointer to oauth object |
| [out] | std::vector<CocoaTweet::API::Model::Tweet> | : request result |
| void CocoaTweet::API::Statuses::UserTimeline::screenName | ( | const std::string & | _screenName | ) |
set screen name to get timeline
| [in] | const | std::string& _screenName : screen name for getting tweet |
1.8.17