CocoaTweet
unretweet.h
Go to the documentation of this file.
1 #ifndef COCOATWEET_API_STATUS_UNRETWEET_H_
2 #define COCOATWEET_API_STATUS_UNRETWEET_H_
3 
6 
9 public:
10  Unretweet();
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::Interface::HttpPost
class for Send request with POST method
Definition: httpPost.h:10
CocoaTweet::API::Statuses::Unretweet
Definition: unretweet.h:8
CocoaTweet::API::Model::Tweet
data class for tweet object
Definition: tweet.h:9
tweet.h
CocoaTweet::API::Statuses::Unretweet::id
void id(const std::string &_id)
Definition: unretweet.cc:7
httpPost.h
CocoaTweet::API::Statuses::Unretweet::process
CocoaTweet::API::Model::Tweet process(std::weak_ptr< CocoaTweet::OAuth::OAuth1 > _oauth)
Definition: unretweet.cc:12
CocoaTweet::API::Statuses
Definition: destroy.cc:4
CocoaTweet::API::Statuses::Unretweet::Unretweet
Unretweet()
Definition: unretweet.cc:5