Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 385 Bytes

7_9.md

File metadata and controls

1 lines (1 loc) · 385 Bytes

Create a new route in the app from the previous exercises. The route should return the profile picture of the requested student. You’ll use the gravatar API to receive the profile picture. Extend your test suite(use wiremock to mock the gravatar API). In case of errors, return the HTTP error codes(or something better if you wish).