logo

SFU Surge Take Home Assignment API

GET

Get Reviews:

Obtain current reviews by making a GET request to:

/api/getreviews/your_id_here
POST

Post Review

Submit a new review by making a POST request to:

/api/postreview/your_id_here

With request body:

{
"title": "Lorem ipsum",
"location": "dolor sit amet",
"description": "consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
}