Module: HalClient::EntryPointCovenienceMethods
- Included in:
- HalClient
- Defined in:
- lib/hal_client.rb
Instance Method Summary collapse
-
#get(url, options = {}) ⇒ Object
Returns a
Representationof the resource identified byurl.
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, ={}) default_client.get(url, ) end |