summaryrefslogtreecommitdiff
path: root/obsapi/buildapi.py
AgeCommit message (Collapse)AuthorFilesLines
2020-09-03Pass None in stead of emptystringScott Bahling1-1/+1
To make sure we don't trigger a binary get
2020-02-14Start adding docstringsScott Bahling1-5/+62
2020-02-13Make sure build api arguments match order of OBS api path items.Scott Bahling1-3/+3
This of course breaks the API, but hopefully we stay consistent from this point forward
2020-01-26Pass extra optional arguments to get_logScott Bahling1-2/+2
2020-01-25Fix get_repository call for retrieving binary objectsScott Bahling1-1/+2
Enhance test case
2018-08-03Add streaming option for HTTP get methodScott Bahling1-2/+2
2018-08-03Add put and post methods to build apiScott Bahling1-0/+10
2018-07-18Handle retrieving binary files properlyScott Bahling1-2/+6
2018-07-18Make flake8 happyScott Bahling1-0/+1
Add dummy logger for now
2016-03-03Add ObsBuildApi classScott Bahling1-0/+53