CocoaTweet
src
cocoatweet
api
status
unretweet.h
Go to the documentation of this file.
1
#ifndef COCOATWEET_API_STATUS_UNRETWEET_H_
2
#define COCOATWEET_API_STATUS_UNRETWEET_H_
3
4
#include <
cocoatweet/api/interface/httpPost.h
>
5
#include <
cocoatweet/api/model/tweet.h
>
6
7
namespace
CocoaTweet::API::Statuses
{
8
class
Unretweet
:
public
CocoaTweet::API::Interface::HttpPost
{
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
Generated by
1.8.17