Home | Trees | Indices | Help |
|
---|
|
The currently authenticated user. See http://github.com/gitlabhq/gitlabhq/blob/master/doc/api/users.md#current-user
|
|||
SSHKey An ssh key belonging to the currently authenticated user. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Return a list of CurrentUser ssh_keys. 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 SSHKey whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching ssh_keys 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 SSHKey specified by the given id. get_ssh_key() may be used as an alias for this function. |
Add a new ssh_key to this CurrentUser 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 |