class GdsApi::AssetManager

def asset(id)

Raises:
  • (HTTPErrorResponse) - if the request returns an error

Returns:
  • (GdsApi::Response, nil) - A response object containing the parsed JSON response. If

Parameters:
  • id (String) -- The asset identifier (a UUID).
def asset(id)
  get_json("#{base_url}/assets/#{id}")
end