Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

API routes

Bas Roding edited this page Jan 28, 2015 · 2 revisions
  • /api/score
  • description: creates a new score object or lists all scores
  • methods: GET, POST
  • /api/user
  • description: creates a new user object or deletes one
  • methods: POST, DELETE
  • /api/getauthtoken
  • description: returns an authentication token
  • methods: POST
  • /api/savegame/[pk]
  • description: updates or deletes a savegame object
  • methods: PUT, DELETE
  • /api/savegame
  • description: creates a new savegame object
  • methods: POST
  • /api/savegames/
  • description: gets a lists all savegames
  • methods: GET
  • /uploads/[path]
  • description: gets a savegame file
  • methods: GET
Clone this wiki locally