statuses/destroyを叩くやつを反映した
また,CocoaTweet::Util::join()を使用するようにした
This commit is contained in:
@@ -10,6 +10,7 @@ public:
|
||||
Status() = default;
|
||||
Status(std::shared_ptr<CocoaTweet::OAuth::OAuth1> _oauth);
|
||||
void Update(const std::string& _status) const;
|
||||
void Destroy(const std::string& _id) const;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user