Home | Trees | Indices | Help |
|
---|
|
A team of users. This interface is deprecated for GitLab v6.0+. See http://github.com/gitlabhq/gitlabhq/blob/master/doc/api/user_teams.md
|
|||
Member A member in a team. |
|||
Project A project associated with a user team. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Return a list of Team 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. |
Return the Member specified by the given id. get_member() may be used as an alias for this function. |
Add a new member to this Team On success, the newly created object is returned. |
Return a list of Team projects. 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 Project whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching projects 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. |
Return the Project specified by the given id. get_project() may be used as an alias for this function. |
Add a new project to this Team 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 |