group - group handling¶
The group module includes all code relevant to group management. Just like the
restauth_user module, the module contains factory methods (get(),
get_all() or create()) and the Group class that
offers an interface for managing a group.
Just like with users, it is recommended to instantiate a Group object directly if
performance is critical. Please see the restauth_user module for an analogous
example.