Skip to content

Rest impl

Leonardo Rossetti requested to merge github/fork/odra/rest-impl into restapi-next

Implements all rest methods, I am sending it for early feedback - pagination is still being worked on.

Adds the following rest method:

  • /v1/me: returns ldap whoami info
  • /v1/groups/<group_name>/members: retrieves the list of users from a given group
  • /v1/users/<username>: retrieves info from a given user

Merge request reports