# File lib/rhc/client.rb, line 4definitialize() #auth infoend
Public Instance Methods
get(uri, headers={})click to toggle source
# File lib/rhc/client.rb, line 9defget(uri, headers={})
# absolute uris are called directly, relative uris are called with# the rest api root, and server relative uris are called against the# host. Allow simple templatization via t()end
t(uri, opts)click to toggle source
# File lib/rhc/client.rb, line 14deft(uri, opts)
# templatize uri using AddressableTemplate and optsend