From c3cc76301d64320791f7097709ffcd36d7206266 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 12 Jun 2016 10:26:36 -0400 Subject: Added method to Tweet to get URL --- src/tweet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tweet.h') diff --git a/src/tweet.h b/src/tweet.h index 387f73a..74d73d2 100644 --- a/src/tweet.h +++ b/src/tweet.h @@ -27,6 +27,7 @@ namespace twitter { bool isRetweet() const; tweet getRetweet() const; std::vector> getMentions() const; + std::string getURL() const; operator bool() const; -- cgit 1.4.1