IBlockyUserApi.smali
.class public interface abstract Lcom/sandboxol/gameblocky/web/IBlockyUserApi;
.super Ljava/lang/Object;
.source "IBlockyUserApi.java"
# virtual methods
.method public abstract uploadFile(Ljava/lang/String;Ljava/lang/String;Lokhttp3/x$b;)Lrx/Observable;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "fileName"
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "directory"
.end annotation
.end param
.param p3 # Lokhttp3/x$b;
.annotation runtime Lretrofit2/http/Part;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Lokhttp3/x$b;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Ljava/lang/String;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/Multipart;
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/user/api/{version}/directory/file"
.end annotation
.end method