IVideoApi.smali
.class public interface abstract Lcom/sandboxol/blockymods/web/IVideoApi;
.super Ljava/lang/Object;
.source "IVideoApi.java"
# virtual methods
.method public abstract getMoreVideoByAuthor(Ljava/lang/String;IIJJ)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.param p2 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageNo"
.end annotation
.end param
.param p3 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageSize"
.end annotation
.end param
.param p4 # J
.annotation runtime Lretrofit2/http/Query;
value = "authorId"
.end annotation
.end param
.param p6 # J
.annotation runtime Lretrofit2/http/Query;
value = "videoId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"IIJJ)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/common/widget/rv/pagerv/PageData<",
"Lcom/sandboxol/greendao/entity/VideoInfo;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/video/api/v1/app/video/more/list"
.end annotation
.end method
.method public abstract getMoreVideoByAuthor(Ljava/lang/String;IILjava/util/List;JJ)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.param p2 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageNo"
.end annotation
.end param
.param p3 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageSize"
.end annotation
.end param
.param p4 # Ljava/util/List;
.annotation runtime Lretrofit2/http/Query;
value = "tag"
.end annotation
.end param
.param p5 # J
.annotation runtime Lretrofit2/http/Query;
value = "authorId"
.end annotation
.end param
.param p7 # J
.annotation runtime Lretrofit2/http/Query;
value = "videoId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"II",
"Ljava/util/List<",
"Ljava/lang/String;",
">;JJ)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/common/widget/rv/pagerv/PageData<",
"Lcom/sandboxol/greendao/entity/VideoInfo;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/video/api/v1/app/video/more/list"
.end annotation
.end method
.method public abstract getVideoByTag(Ljava/lang/String;Ljava/lang/String;II)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "type"
.end annotation
.end param
.param p3 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageNo"
.end annotation
.end param
.param p4 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageSize"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"II)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/common/widget/rv/pagerv/PageData<",
"Lcom/sandboxol/greendao/entity/VideoInfo;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/video/api/v1/app/video/list/{type}"
.end annotation
.end method
.method public abstract getVideoByTag(Ljava/lang/String;Ljava/lang/String;IILjava/util/List;)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "type"
.end annotation
.end param
.param p3 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageNo"
.end annotation
.end param
.param p4 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageSize"
.end annotation
.end param
.param p5 # Ljava/util/List;
.annotation runtime Lretrofit2/http/Query;
value = "tag"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"II",
"Ljava/util/List<",
"Ljava/lang/String;",
">;)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/common/widget/rv/pagerv/PageData<",
"Lcom/sandboxol/greendao/entity/VideoInfo;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/video/api/v1/app/video/list/{type}"
.end annotation
.end method
.method public abstract getVideoDetailInfo(Ljava/lang/String;J)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.param p2 # J
.annotation runtime Lretrofit2/http/Query;
value = "videoId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"J)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/greendao/entity/VideoDetailInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/video/api/v1/app/video/detail/info"
.end annotation
.end method
.method public abstract getVideoTagList(Ljava/lang/String;)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/video/api/v1/app/video/tag/list"
.end annotation
.end method
.method public abstract postDisLike(Ljava/lang/String;J)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.param p2 # J
.annotation runtime Lretrofit2/http/Path;
value = "videoId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"J)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Ljava/lang/Integer;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/video/api/v1/app/video/dislike/{videoId}"
.end annotation
.end method
.method public abstract postPlayAmount(Ljava/lang/String;J)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.param p2 # J
.annotation runtime Lretrofit2/http/Query;
value = "videoId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"J)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Ljava/lang/Integer;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/video/api/v1/app/video/report/play/amount"
.end annotation
.end method
.method public abstract postPraise(Ljava/lang/String;J)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.param p2 # J
.annotation runtime Lretrofit2/http/Path;
value = "videoId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"J)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Ljava/lang/Integer;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/video/api/v1/app/video/praise/{videoId}"
.end annotation
.end method