Class People


  • @Path("2/people")
    public class People
    extends Object
    REST interface for the social service (people). Used by OAUTH 2.0 apps/users.
    • Constructor Detail

      • People

        public People()
    • Method Detail

      • getProfile

        @GET
        @Path("profile")
        @Produces("application/json")
        public javax.ws.rs.core.Response getProfile()