Package com.everysport.api.sdk.request.impl

Examples of com.everysport.api.sdk.request.impl.EventRequestImpl


    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);
    }
View Full Code Here

TOP

Related Classes of com.everysport.api.sdk.request.impl.EventRequestImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.