Skip to content

Instantly share code, notes, and snippets.

/->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)
@W0MP3R
W0MP3R / apiURL.txt
Last active July 18, 2017 19:27
URL API ReenactAPP (draft)
GET EVENT TYPE BY LANG
../getEventTypeByLang.php?lang=en
GET EVENT BY PREFERENCES
../getEventsByPreferences.php?ages=[4,8]&countries=['ES','FR']&uname='hibob'
GET EVENT BYR PREFERENCES ORDER BY DATE
../getEventsByDate.php?ages=[4,8]&countries=['ES','FR']&uname='hibob'
GET LIST OF USERS BY EVENT