Package org.vrspace.server.api
Class WorldController
- java.lang.Object
-
- org.vrspace.server.api.ApiBase
-
- org.vrspace.server.api.WorldController
-
@RestController @RequestMapping("/vrspace/api/worlds") public class WorldController extends ApiBase
World controller handles worlds-related operations. Currently only list and count users, publicly available. Eventually it should allow world creation and management for authorised users.- Author:
- joe
-
-
Constructor Summary
Constructors Constructor Description WorldController()
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
users
@GetMapping("/users") public List<WorldStatus> users()
-
-