SporServicesV1.smali
.class public interface abstract Ltr/com/spor/androidsdk/service/SporServicesV1;
.super Ljava/lang/Object;
.source "SporServicesV1.java"
# virtual methods
.method public abstract commentaryWidget(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "matchId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/widgets/WidgetResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "widget/commentary/{matchId}"
.end annotation
.end method
.method public abstract getCategoryWidgetDailyMatches(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "leagueId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/common/MatchesListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "league/dailymatches/{leagueId}"
.end annotation
.end method
.method public abstract getCategoryWidgetFixture(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "leagueId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/leagues/LeagueSummaryResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "league/summary/{leagueId}"
.end annotation
.end method
.method public abstract getCategoryWidgetLiveMatch()Lretrofit2/Call;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/livescores/LiveScoreMatchListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "live/livematchlist"
.end annotation
.end method
.method public abstract getCountries(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "category"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/onboarding/SporOnBoardingListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "onboard/country"
.end annotation
.end method
.method public abstract getLeagues(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "country"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/onboarding/SporOnBoardingListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "onboard/league"
.end annotation
.end method
.method public abstract getLiveMatch(I)Lretrofit2/Call;
.param p1 # I
.annotation runtime Lretrofit2/http/Query;
value = "matchId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/livescores/LiveScoreMatchResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "live/match"
.end annotation
.end method
.method public abstract getLiveScoresAllMatchList()Lretrofit2/Call;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/livescores/LiveScoreMatchListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "live/matchlist"
.end annotation
.end method
.method public abstract getSubCountries(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "country"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/onboarding/SporOnBoardingListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "onboard/country"
.end annotation
.end method
.method public abstract getTeamLeague(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "team"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/onboarding/SporOnboardingTeamLeagueResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "onboard/teamleague"
.end annotation
.end method
.method public abstract getTeams(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "league"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/onboarding/SporOnBoardingListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "onboard/team"
.end annotation
.end method
.method public abstract leagueFixture(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "leagueId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/common/MatchesListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "league/fixture"
.end annotation
.end method
.method public abstract leagueMatches(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "leagueId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/common/MatchesListResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "league/matches"
.end annotation
.end method
.method public abstract leagueSearch(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "value"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/onboarding/SporOnBoardingSearchResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "league/search"
.end annotation
.end method
.method public abstract leagueSummary(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "leagueId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/leagues/LeagueSummaryResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "league/summary"
.end annotation
.end method
.method public abstract lineUpsWidget(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "matchId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/widgets/WidgetResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "widget/LineUps/{matchId}"
.end annotation
.end method
.method public abstract liveMatchWidget(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "matchId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/widgets/WidgetResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "widget/LiveMatch/{matchId}"
.end annotation
.end method
.method public abstract onboardingSearch(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "value"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/onboarding/SporOnBoardingSearchResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "onboard/search"
.end annotation
.end method
.method public abstract statisticsWidget(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "matchId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/spor/androidsdk/model/widgets/WidgetResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "widget/Statistics/{matchId}"
.end annotation
.end method