summaryrefslogtreecommitdiff
path: root/docs/gl_objects/builds.py
Commit message (Collapse)AuthorAgeFilesLines
* doc: fix doubled parameterGauvain Pocentek2016-07-181-1/+1
|
* Allow to stream the downloads when appropriateGauvain Pocentek2016-07-171-0/+13
| | | | | | | | | Some API calls will download possibly large data, resulting in a high memory usage and out-of-memory errors. For these API calls use the requests streaming capabilities and download chunked data. The caller is responsible of providing a callable to actually store the data. The default callable just prints the data on stdout.
* docs: Add builds-related API docsGauvain Pocentek2016-07-171-0/+99