grchristensen / avpd

Apache License 2.0
0 stars 4 forks source link

TODO: (Backend) User Endpoint #16

Open grchristensen opened 3 years ago

grchristensen commented 3 years ago

Right now API functions such as "List Students" only return the ids of the users that are returned. This is fine, but there needs to be some way to get the full info for an id. Therefore there needs to be a user endpoint that can be queried.

The endpoint should be http://avpd.com/users/<id>

It should support: