Class RecordSessions

java.lang.Object
de.joergdev.mosy.backend.api.impl.RecordSessions

@Path("mosy/api/v_5_0/record-sessions") public class RecordSessions extends Object
  • Constructor Details

    • RecordSessions

      public RecordSessions()
  • Method Details

    • loadSessions

      @GET public jakarta.ws.rs.core.Response loadSessions(@HeaderParam("Authorization") String token)
    • create

      @Path("create") @POST public jakarta.ws.rs.core.Response create(@HeaderParam("Authorization") String token)
    • delete

      @Path("{id}/delete") @DELETE public jakarta.ws.rs.core.Response delete(@HeaderParam("Authorization") String token, @PathParam("id") Integer id)