@RegisterRestClient
public interface StatClient
-
Method Summary
com.fasterxml.jackson.databind.JsonNode
com.fasterxml.jackson.databind.JsonNode
-
Method Details
-
stat
@GET
@Produces("application/json")
com.fasterxml.jackson.databind.JsonNode stat(@HeaderParam("Authorization")
String authorization,
@QueryParam("month")
String month,
@QueryParam("format")
String format)
-
statOpenMetrics
@GET
String statOpenMetrics(@HeaderParam("Authorization")
String authorization,
@QueryParam("month")
String month,
@QueryParam("format")
String format)
-
statPost
@POST
@Produces("application/json")
com.fasterxml.jackson.databind.JsonNode statPost(@HeaderParam("Authorization")
String authorization,
@FormParam("month")
String month,
@FormParam("format")
String format)