class GdsApi::AssetManager
def asset(id)
-
(HTTPErrorResponse)- if the request returns an error
Returns:
-
(Response, nil)- A response object containing the parsed JSON response. If
Parameters:
-
id(String) -- The asset identifier
def asset(id) get_json("#{base_url}/assets/#{id}") end