525354555657585960
String href = link.getHref(); if(href == null) return null; if(!href.startsWith("/v2/")) throw new HttpResponseException(404, "Not found: " + href); return getClient(false).getV2(href.substring(4), null, type); }