lib/totter/client/configuration.rb in totter-0.2.11 vs lib/totter/client/configuration.rb in totter-0.2.12
- old
+ new
@@ -8,8 +8,17 @@
# @example
# Totter.configuration
def configuration
get 'configuration'
end
+
+ # Get the featured timelines and users for Explore.
+ #
+ # @return [Hashie::Mash] A hash of timelines and users data.
+ # @example
+ # Totter.explore
+ def explore
+ get 'explore'
+ end
end
end
end