ripe / com.ripe.android.api

Package com.ripe.android.api

Types

BaseAPI

interface BaseAPI

This interface contains the base methods to be used by the various API classes. The contents of these class can be safely used by other related "mixins".

BrandAPI

interface BrandAPI : BaseAPI

The interface for the Brand API.

BuildAPI

interface BuildAPI : BaseAPI

The interface for the Build API.

LocaleAPI

interface LocaleAPI : BaseAPI

The interface for the Locale API.

RipeAPI

class RipeAPI : BaseAPI, BrandAPI, BuildAPI, LocaleAPI, SizeAPI

The API class to be instantiated. Implements all the API interfaces.

SizeAPI

interface SizeAPI : BaseAPI

The interface for the Size API.