-
Notifications
You must be signed in to change notification settings - Fork 4
API Reference
masterSmallwood edited this page Feb 16, 2018
·
13 revisions
- POST ->
/uploadWorld - Make sure to set the
Content-Typeheader asapplication/json - Returns: unique id for the world
- GET ->
/worlds/:id - Returns: World as JSON
- DELETE ->
/worlds/:id - Returns: Redirects to homepage for now
- PUT ->
/worlds/:id - Make sure to set the
Content-Typeheader asapplication/json - Returns: Success message and worldId as JSON