api: add a max_file_bytes parameter to get_nodes so that large
files can be skipped
This commit is contained in:
parent
1a842e15d2
commit
74d0f0c336
5 changed files with 54 additions and 6 deletions
|
|
@ -1880,6 +1880,8 @@ get_repo_nodes
|
|||
md5, binary, and or content. The valid options are ``basic`` and
|
||||
``full``.
|
||||
:type details: Optional(str)
|
||||
:param max_file_bytes: Only return file content under this file size bytes
|
||||
:type details: Optional(int)
|
||||
|
||||
Example output:
|
||||
|
||||
|
|
@ -2821,4 +2823,3 @@ delete_gist
|
|||
error : {
|
||||
"failed to delete gist ID:<gist_id>"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue