This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/->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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |