Skip to content

WonderlustKing/OnlineReservationAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnlineReservationAPI

A very simple restful API implementation about theater reservation in PHP.

END POINTS:

GET method: /server_url/serverJsonReply.php?theatro={theater_name} ----> Returns all performances of that theater(theater_name)

/server_url/serverJsonReply.php?theatro={theater_name}&parastasi={performance_name} ----> Returns avaliable seats of performance(performance_name)

POST method: /server_url/serverJsonReply.php with POST['parastasi'](performance) and POST['kratisi'](number_of_reservation) ---> Will make a new reservation

About

A simple restful API implementation about theater reservation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages