Path: / rest / subresources / {foo} / lama / {bar}

Gets a lama

Path parameters:
foo - the foo of the bar
bar - the bar

Method Summary
ResourceDescription
GET /rest/subresources/{foo}/lama/{bar}Gets a lama

Method Detail
HTTP Example:
GET /rest/subresources/{foo}/lama/{bar}

API Example:

LamaSubResource.get({'foo': /* foo the foo of the bar */,
  'bar': /* bar the bar */});

Gets a lama

Output:
String - the lama
Produces:
application/xml
text/plain