3.8. Pokemon request sorting
Update the method answering GET requests on the
route api/pokemon to support sorting.
When receiving sortBy=name as a query parameter, the
pokemon returned must be sorted by in alphabetical order
of name.
Update the method answering GET requests on the
route api/pokemon to support sorting.
When receiving sortBy=name as a query parameter, the
pokemon returned must be sorted by in alphabetical order
of name.