Class Likes
- java.lang.Object
-
- org.gcube.portal.social.networking.ws.methods.v2.Likes
-
@Path("2/likes") public class Likes extends ObjectREST interface for the social networking library (likes).
-
-
Constructor Summary
Constructors Constructor Description 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)
-
-