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". |
|
interface BrandAPI : BaseAPI
The interface for the Brand API. |
|
interface BuildAPI : BaseAPI
The interface for the Build API. |
|
interface LocaleAPI : BaseAPI
The interface for the Locale API. |
|
class RipeAPI : BaseAPI, BrandAPI, BuildAPI, LocaleAPI, SizeAPI
The API class to be instantiated. Implements all the API interfaces. |
|
interface SizeAPI : BaseAPI
The interface for the Size API. |