All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.oxerr.viagogo.client.ViagogoClient Maven / Gradle / Ivy

There is a newer version: 6.5.1
Show newest version
package org.oxerr.viagogo.client;

import org.oxerr.viagogo.client.catalog.EventService;
import org.oxerr.viagogo.client.inventory.SellerEventService;
import org.oxerr.viagogo.client.inventory.SellerListingService;
import org.oxerr.viagogo.client.sale.SaleService;
import org.oxerr.viagogo.client.webhook.WebhookService;

public interface ViagogoClient {

	EventService getEventService();

	SellerListingService getSellerListingService();

	SellerEventService getSellerEventService();

	SaleService getSaleService();

	WebhookService getWebhookService();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy