User list endpoint #43

Open
opened 2022-11-21 10:34:42 +00:00 by heartles · 0 comments
Owner

GET /api/v0/users

Should support at least the following query params

  • like (performs a LIKE '%$?%' query against both username and display_name
  • community_id
  • community_host <---- ? Maybe??
  • order_by={username,display_name,created_at}
  • prev.id and prev.{username,display_name,created_at}
`GET /api/v0/users` Should support at least the following query params - `like` (performs a `LIKE '%$?%'` query against both `username` and `display_name` - `community_id` - `community_host` <---- ? Maybe?? - `order_by={username,display_name,created_at}` - `prev.id` and `prev.{username,display_name,created_at}`
heartles added the
endpoint
db
labels 2022-11-21 10:34:42 +00:00
heartles added a new dependency 2022-11-21 10:37:30 +00:00
heartles added this to the v0.0.4 milestone 2022-11-21 10:38:21 +00:00
heartles modified the milestone from v0.0.4 to v0.0.5 2022-12-07 10:09:02 +00:00
heartles modified the milestone from v0.0.5 to v0.0.6 2022-12-12 14:12:30 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
#45 User list page
heartles/fediglam
Reference: heartles/fediglam#43
No description provided.