leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

Added API endpoint to retrieve visible users #602

Open JVT038 opened 5 months ago

JVT038 commented 5 months ago

This PR is based on #598 so first merge that PR before merging this one.

The new API endpoint is on /api/users and it's obviously with GET method.

This is also a part of #572