- Type Parameters:
T - The API type that this helper will return
public interface ApiHelper<T>
Interface defining the operations required for an API helper.
An API helper will be used to either fetch or intantiate an instance of the API binding class.
- Author:
- Craig Walls