CocoaTweet
retweet.h
Go to the documentation of this file.
1 #ifndef COCOATWEET_API_STATUS_RETWEET_H_
2 #define COCOATWEET_API_STATUS_RETWEET_H_
3 
6 
9 public:
10  Retweet();
11 
12  void id(const std::string& _id);
13 
14  CocoaTweet::API::Model::Tweet process(std::weak_ptr<CocoaTweet::OAuth::OAuth1> _oauth);
15 };
16 } // namespace CocoaTweet::API::Statuses
17 
18 #endif
CocoaTweet::API::Statuses::Retweet
Definition: retweet.h:8
CocoaTweet::API::Interface::HttpPost
class for Send request with POST method
Definition: httpPost.h:10
CocoaTweet::API::Statuses::Retweet::process
CocoaTweet::API::Model::Tweet process(std::weak_ptr< CocoaTweet::OAuth::OAuth1 > _oauth)
Definition: retweet.cc:11
CocoaTweet::API::Model::Tweet
data class for tweet object
Definition: tweet.h:10
tweet.h
CocoaTweet::API::Statuses::Retweet::id
void id(const std::string &_id)
Definition: retweet.cc:6
CocoaTweet::API::Statuses::Retweet::Retweet
Retweet()
Definition: retweet.cc:4
httpPost.h
CocoaTweet::API::Statuses
Definition: destroy.cc:4