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
.
added feature-request practical-session-3 labels
mentioned in merge request !183
mentioned in merge request !203