com.yanxisir.neb.service.INebSubscribeService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neb-call Show documentation
Show all versions of neb-call Show documentation
A http toolkit for nebulas
package com.yanxisir.neb.service;
import com.yanxisir.neb.bean.NebResult;
import com.yanxisir.neb.bean.SubscribeReq;
import com.yanxisir.neb.bean.SubscribeResp;
import retrofit2.http.Body;
import retrofit2.http.POST;
import rx.Observable;
/**
* @author YanxiSir
* @since 2018/5/19
*/
public interface INebSubscribeService {
@POST("/v1/user/subscribe")
Observable> subscribe(@Body SubscribeReq req);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy