We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET api/v1/alumni/:studentId
DB query
Response
Testing
SELECT * FROM student WHERE id=studentId ;
{ StatusCode: 200, data: { id, name, email, githubLink, image, cohortId } }
{ statusCode: 404, message: "Student does not exist" }
Successful test if
#5
The text was updated successfully, but these errors were encountered:
Get Alumni/studentId
ddeab9c
I handled route /alumni/:studentId with the covering tests I made extra tests for uncoveres error lines I organized the tests Relates #64
da0c3e4
Mu7ammadAbed
No branches or pull requests
Route:
GET api/v1/alumni/:studentId
Acceptance Criteria
DB query
Response
Testing
DB query
Response
Testing
Successful test if
#5
The text was updated successfully, but these errors were encountered: