From 4963c3dd55b765a33a16a77af432f2bfa12b8359 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 6 Aug 2018 16:15:35 -0400 Subject: Added ability to hydrate user objects --- src/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 6eb8181..ba68e6b 100644 --- a/src/client.h +++ b/src/client.h @@ -57,6 +57,8 @@ namespace twitter { std::list hydrateTweets(std::set ids) const; + std::list hydrateUsers(std::set ids) const; + private: const auth& auth_; -- cgit 1.4.1