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

com.notronix.etsy.api.API Maven / Gradle / Ivy

There is a newer version: 3.0.0014
Show newest version
package com.notronix.etsy.api;

import com.notronix.etsy.api.authentication.AuthResource;
import com.notronix.etsy.api.listings.ListingResource;
import com.notronix.etsy.api.shops.ShopResource;
import com.notronix.etsy.api.taxonomy.TaxonomyResource;
import com.notronix.etsy.api.users.UserResource;

public interface API
{
    AuthResource getAuthResource();

    ListingResource getListingResource();

    ShopResource getShopResource();

    TaxonomyResource getTaxonomyResource();

    UserResource getUserResource();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy