Results 1 comments of CSJ0827

public final class AgentConsulClient implements AgentClient public Response agentCheckPass(String checkId, String note) { SingleUrlParameters noteParams = note != null?new SingleUrlParameters("note", note):null; RawResponse rawResponse = this.rawClient.makeGetRequest("/v1/agent/check/pass/" + checkId, new UrlParameters[]{noteParams}); if(rawResponse.getStatusCode()...