Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f45c5a15 authored by desperateCoder's avatar desperateCoder
Browse files

added hint of new feature to README

parent 47f810c3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -201,6 +201,10 @@ AccountImporter.getSingleSignOnAccount(context, accountName);
        @GET("user")
        Observable<UserInfo> user();

        // use ParsedResponse, in case you also need the response headers. Works currently only for Observable calls.
        @GET("user")
        Observable<ParsedResponse<UserInfo>> user();

        @POST("feeds")
        Call<List<Feed>> createFeed(@Body Map<String, Object> feedMap);