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