Class Likes


  • @Path("2/likes")
    public class Likes
    extends Object
    REST interface for the social networking library (likes).
    • Constructor Detail

      • Likes

        public Likes()
    • Method Detail

      • getAllLikesByPostId

        @GET
        @Produces("application/json")
        @Path("get-likes-by-post-id")
        public javax.ws.rs.core.Response getAllLikesByPostId​(@NotNull @QueryParam("key")
                                                             String key)