guashtiSingh / EatOutEatSafeSoftwareProject

Software Development Project #2 - Group 5
1 stars 1 forks source link

Rest API for review service #8

Closed roycol closed 7 years ago

roycol commented 7 years ago

I've created a web service for manipulating review. please refer to below for details.

  1. review list: http://ec2-54-218-26-177.us-west-2.compute.amazonaws.com:8080/EOES-webService/review/list/39958/1 e.g. restaurantId = 33958, isTopReviews = 1 // 0: all, 1: top reivews only

  2. insert a review

  3. update a review

  4. delete a review

iloy1004 commented 7 years ago

@roycol Thank you, Roy! I'm done review list, and working on review CUD now. Will upload it after everything is done.

AnjithBabu commented 7 years ago

Thanks for uploading the review list part @iloy1004 . I have made some changes to the review to show the list. I will commit it soon.

AnjithBabu commented 7 years ago

Committed the changes

iloy1004 commented 7 years ago

@AnjithBabu I finished review functions, updating and deleting. Completed to commit files via Mobile branch , so please check it.

AnjithBabu commented 7 years ago

It is working as expected @iloy1004 . Thank you.

Closing the issue