Closed chazapp closed 5 years ago
Write a route that finds users
GET /users?handle=Foobar Handle can be anything, the query must returns all users if handle=null, or match a pattern : Foo* returns { Foobar }
GET /users?handle=Foobar
Write a route that finds users
GET /users?handle=Foobar
Handle can be anything, the query must returns all users if handle=null, or match a pattern : Foo* returns { Foobar }