TechnionYP5779 / team1

Git repo of team 1 of the yearly project technion CS
6 stars 3 forks source link

API: Return opening hour of business #172

Closed ofiralexi closed 5 years ago

ofiralexi commented 5 years ago

Description: Make an API that:

ofiralexi commented 5 years ago

Guide : https://ericflemingblog.wordpress.com/2018/01/30/google-home-actions-and-azure-functions/

177

ofiralexi commented 5 years ago

gets a name of a business and return its hours:

make an HTTP POST call to : https://getopeninghourofbusiness.azurewebsites.net/api/getBusinessOpeningHours?code=50JaueJew1QAlMrmeTvP1BceE8Pa5qwpk1nHV/t7nLDl17adYz2xNQ==

ofiralexi commented 5 years ago

gets a name of a business and day and return matching hours

make a HTTP POST call to: https://getopeninghourofbusiness.azurewebsites.net/api/getDailyOpeningHoursOfBusiness?code=b8IZsanQmanUzEu4rR6SFomRx2B6rpCEELPAN/eDZ4Azei7PgdEL2A==

ShaiZeevi commented 5 years ago

What do you when a partial name matches 2 businesses?

ofiralexi commented 5 years ago

done closing #79