@Path(value="/user")
@Produces(value={"application/json","text/plain"})
public class UserController
extends Object
Endpoint used to control user interaction.
public UserController(spark.Service spark,
UsersHandler usersHandler)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.