IVideoSubmitApi.smali
.class public interface abstract Lcom/sandboxol/videosubmit/web/IVideoSubmitApi;
.super Ljava/lang/Object;
.source "IVideoSubmitApi.java"
# virtual methods
.method public abstract getBGTubeConfigInfo()Lrx/Observable;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/videosubmit/entity/BGTubeInfoResponse;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/config/files/bg-tube-activity-config"
.end annotation
.end method
.method public abstract getBGTubeMultiLanguageConfig(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "activityId"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/videosubmit/entity/BGTubeMultiLanguageConfig;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/activity/api/v1/bgtube/multilingualism/info"
.end annotation
.end method
.method public abstract getBGTubeSignInfoResponse(Ljava/lang/String;)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "activityId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/videosubmit/entity/BGTubeSignInfoResponse;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/activity/api/v1/bgtube/sign"
.end annotation
.end method
.method public abstract getSignUpStatus(Ljava/lang/String;)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "activityId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/videosubmit/entity/SignStatusResponse;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/activity/api/v1/bgtube/sign/check"
.end annotation
.end method
.method public abstract postSignUp(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "youTubeName"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "language"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "activityId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/activity/api/v1/bgtube/sign"
.end annotation
.end method
.method public abstract postVideoLink(Lcom/sandboxol/videosubmit/entity/LinkInfo;Ljava/lang/String;)Lrx/Observable;
.param p1 # Lcom/sandboxol/videosubmit/entity/LinkInfo;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "activityId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/videosubmit/entity/LinkInfo;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/activity/api/v1/bgtube/video/link"
.end annotation
.end method