thenewboston-developers/thenewboston-Backend

Username autocomplete endpoint

buckyroberts opened this issue · 1 comments

We need an endpoint that can be used for this frontend feature: thenewboston-developers/thenewboston-Frontend#233

It will accept a string and will return a list of users/auto-complete suggestions based on that. Limit the results to 5 users max.

Not need change in backend. API: /users/ already exists.