Interface RateLimiterInterceptorTest.ListingResource

Enclosing class:
RateLimiterInterceptorTest

@Path("/listings/v2") @Produces("application/json") @Consumes("application/json") public static interface RateLimiterInterceptorTest.ListingResource
  • Method Summary

    Modifier and Type
    Method
    Description
    org.oxerr.vividseats.client.rescu.resource.ListingsResponse
    get()
     
    org.oxerr.vividseats.client.rescu.resource.ListingsResponse
    get(String fromEventDate, String toEventDate, Long listingId, String internalTicketId, Integer productionId, Integer headlinerId, Boolean includeFiles)
     
  • Method Details

    • get

      @GET @Path("/get") @Rate(permits=1L, duration=3L, timeUnit=SECONDS) org.oxerr.vividseats.client.rescu.resource.ListingsResponse get(@QueryParam("fromEventDate") String fromEventDate, @QueryParam("toEventDate") String toEventDate, @QueryParam("listingId") Long listingId, @QueryParam("internalTicketId") String internalTicketId, @QueryParam("productionId") Integer productionId, @QueryParam("headlinerId") Integer headlinerId, @QueryParam("includeFiles") Boolean includeFiles) throws IOException, org.oxerr.vividseats.client.rescu.resource.VividSeatsException
      Throws:
      IOException
      org.oxerr.vividseats.client.rescu.resource.VividSeatsException
    • get

      @GET @Path("/get") @Rate(permits=1L, duration=3L, timeUnit=SECONDS) org.oxerr.vividseats.client.rescu.resource.ListingsResponse get() throws IOException, org.oxerr.vividseats.client.rescu.resource.VividSeatsException
      Throws:
      IOException
      org.oxerr.vividseats.client.rescu.resource.VividSeatsException