-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Description
A robust API should handle bad input gracefully. Currently, if you provide a non-numeric value for the size parameter, the API crashes with a "500 Internal Server Error". A better approach is to validate the input and return a user-friendly "400 Bad Request" error.
PLEASE ASSIGN ME THIS ISSUE UNDER THE GSSOC' 25 LABEL. THANK YOU.