Home | Trees | Indices | Help |
|
---|
|
A project snippet. See http://github.com/gitlabhq/gitlabhq/blob/master/doc/api/project_snippets.md
|
|||
Note A snippet note. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Return a list of Snippet notes. 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 Note whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching notes 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 Note specified by the given id. get_note() may be used as an alias for this function. |
Add a new note to this Snippet 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 |