Class StatResource

    • Constructor Detail

      • StatResource

        public StatResource()
    • Method Detail

      • getStatistics

        @GET
        @Produces("application/json")
        public jakarta.ws.rs.core.Response getStatistics​(@HeaderParam("Authorization")
                                                         String authorization,
                                                         @QueryParam("month")
                                                         String month,
                                                         @QueryParam("format")
                                                         String format)