public interface Retrofit { @POST("/api/v1/articles/") public Observable createArticle(@Body Article article); }