Interface ListingResource
-
@Path("/listings/v1") public interface ListingResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrokerListingsgetListings(String apiToken, Integer ticketId)
-
-
-
Method Detail
-
getListings
@GET @Path("/getListings") @Produces("application/xml") @Rate(permits=1L, duration=2L, timeUnit=MINUTES) BrokerListings getListings(@QueryParam("apiToken") String apiToken, @QueryParam("ticketId") Integer ticketId)
-
-