All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sdcalmes.sleeper.Players Maven / Gradle / Ivy

package com.sdcalmes.sleeper;

import retrofit2.Call;
import retrofit2.http.GET;

import javax.annotation.concurrent.Immutable;
import java.util.Map;

/**
 * The interface Players.
 */
@Immutable
interface Players {

    /**
     * Gets all players. Use sparingly and cache results.
     *
     * @return the all players
     */
    @GET("players/nfl")
    Call> getAllPlayers();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy