Sha256: 3e9c64b99e578de80875cde4a12c5286b45b0a907cf1a9d59b1318f3311669a3
Contents?: true
Size: 586 Bytes
Versions: 19
Compression:
Stored size: 586 Bytes
Contents
module Totter class Client # Client methods for working with configuration. module Configuration # Get the configuration from the API. # # @return [Hashie::Mash] A hash of configuration data. # @example # Totter.configuration def configuration get('configuration').body 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').body end end end end
Version data entries
19 entries across 19 versions & 1 rubygems