com.sdcalmes.sleeper.Stats Maven / Gradle / Ivy
package com.sdcalmes.sleeper;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Path;
import java.util.Map;
/**
* The interface Stats.
*/
interface Stats
{
/**
* Gets weekly stats.
*
* @param season_type the season type
* @param season the season
* @param week the week
* @return the weekly stats
*/
@GET("/stats/nfl/{season_type}/{season}/{week}")
Call
© 2015 - 2025 Weber Informatics LLC | Privacy Policy