summaryrefslogtreecommitdiff
path: root/obsapi/httpapi.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-31Validate the apiurl when setting it.Scott Bahling1-1/+20
2018-08-03Add streaming option for HTTP get methodScott Bahling1-1/+7
2018-07-18Fix module nameScott Bahling1-1/+1
2018-07-18Handle retrieving binary files properlyScott Bahling1-0/+4
2018-07-18Remove output noiseScott Bahling1-2/+0
2018-07-18Make flake8 happyScott Bahling1-2/+4
2017-11-01Only call osc.conf.get_config() when neededobsapi-0.0.7Scott Bahling1-7/+13
2017-02-21Implement locking api; refactor ObsSourceApi get/put/post callsScott Bahling1-6/+27
2016-05-20remove printScott Bahling1-1/+0
2016-03-03Add ObsHttpApi classScott Bahling1-0/+104