static String methodFor(String endpoint) { return CaseStyle.splitWords(endpoint).first.toLowerCase() == 'get' ? 'GET' : 'POST'; }