playing-with-numbers-node
playing-with-numbers-node copied to clipboard
Add /triplets route and tests
Issue #76 Added /triplets endpoint and also tests for the same.
Please review this PR and if you're satisfied put hacktoberfest-accepted label on it. : )
Please review this PR @ZiyanK and if found okay, put a hacktoberfest-accepted label on it. Thanks.
Route doesn't seem to be working. Kindly fix it.
@ZiyanK body = { "sides": [3, 4, 5] } is the valid body.
I'm sorry because I didn't change it in the docstring of the endpoint. I'll push those changes now. Can you check again with this request body?
@ZiyanK
Refer test cases to test the endpoint..
I've tested API on Postman and npm run test passes all the testcases