statuses/updateをmediaと一緒に叩くやつ(#56)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "cocoatweet/api/interface/groupInterface.h"
|
||||
#include "cocoatweet/oauth/oauth.h"
|
||||
#include <cocoatweet/api/model/tweet.h>
|
||||
#include <vector>
|
||||
|
||||
namespace CocoaTweet::API::Statuses {
|
||||
class Status : public groupInterface {
|
||||
@@ -11,6 +12,10 @@ public:
|
||||
Status() = default;
|
||||
Status(std::shared_ptr<CocoaTweet::OAuth::OAuth1> _oauth);
|
||||
CocoaTweet::API::Model::Tweet Update(const std::string& _status) const;
|
||||
|
||||
CocoaTweet::API::Model::Tweet Update(const std::string& _status,
|
||||
std::vector<std::string> _mediaId) const;
|
||||
|
||||
CocoaTweet::API::Model::Tweet Destroy(const std::string& _id) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user