Module: HalClient::EntryPointCovenienceMethods

Included in:
HalClient
Defined in:
lib/hal_client.rb

Instance Method Summary collapse

Instance Method Details

#get(url, options = {}) ⇒ Object

Returns a Representation of the resource identified by url.

url - The URL of the resource of interest. options - set of options to pass to ‘RestClient#get`



42
43
44
# File 'lib/hal_client.rb', line 42

def get(url, options={})
  default_client.get(url, options)
end