Skip to content

Instantly share code, notes, and snippets.

@W0MP3R
Created June 14, 2018 13:03
Show Gist options
  • Save W0MP3R/fd786fb772bedf73ce530f5ac09e390b to your computer and use it in GitHub Desktop.
Save W0MP3R/fd786fb772bedf73ce530f5ac09e390b to your computer and use it in GitHub Desktop.
/->getall
/systems->getall systems
/systems:post(id,name)
/systems/id:get, put, del
/systems/id/stations->getallstations of system
../stations:post(id, name, currSys)
../stations/id:get, put, del
/stations->getall stations from all systems
/stations:post(id, name, system_id)
/stations/id:get, put, del
/comodities->getall
/comodities:post(id, name)
/comodities/id:get, put, del
/modules->getall
/modules-:post(id, name)
/modules-/id:get, put, del
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment