protected static final int HTTP_UNPROCESSABLE_ENTITY = 422;
protected static final String DEFAULT_ENDPOINT = "http://api.everysport.com/v1";
protected static final String CREDENTIALS_IDENTIFIER = "apikey";
public EventRequest getEventRequest() {
return new EventRequestImpl(this);
}