INewFriendApi.smali
.class public interface abstract Lcom/sandboxol/center/web/INewFriendApi;
.super Ljava/lang/Object;
.source "INewFriendApi.java"
# virtual methods
.method public abstract friendList(II)Lrx/Observable;
.param p1 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageNo"
.end annotation
.end param
.param p2 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageSize"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(II)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/common/widget/rv/pagerv/PageData<",
"Lcom/sandboxol/greendao/entity/Friend;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/friend/api/v1/friends"
.end annotation
.end method
.method public abstract friendStatus(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<",
"Lcom/sandboxol/center/entity/FriendStatus;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/friend/api/v2/friends/status"
.end annotation
.end method