Home | Trees | Indices | Help |
|
---|
|
A project group. See http://github.com/gitlabhq/gitlabhq/blob/master/doc/api/groups.md
|
|||
Member A group member. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Return a list of Group members. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Member whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching members will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Add a new member to this Group On success, the newly created object is returned. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 12:42:36 2014 | http://epydoc.sourceforge.net |