コードヲチョットソウジシタ

This commit is contained in:
keita
2021-02-18 18:45:10 +09:00
parent 106da593c5
commit a62d0fe7ff
4 changed files with 16 additions and 37 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
#include "cocoatweet/api/status/destroy.h"
namespace CocoaTweet::API::Statuses {
Destroy::Destroy() {
}
Destroy::Destroy() {}
void Destroy::id(const std::string _id) {
url_ = "https://api.twitter.com/1.1/statuses/destroy/" + _id + ".json";
}