Challenges

Search club API allows users to search for clubs using club names. But we were not doing any input validation to that field. Can we validate the input request to search API?

Challenge 1: Search by rating

In the last challenge, we have added two new service features

  1. Paginate the result.
  2. Additional Column ‘Rating’
...