summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-19Add ObsApi.get_xml() methodScott Bahling1-14/+27
get_xml will attempt to retrieve the xml response from the obs api. If response failes, a dummy, blank xml file will be returned. This makes the helper functions more robust against api connection errors. If query failes, empty data will be simply be returned to the client. The client is responsible for any response error checking. The 'response' property is added to the ObsApi. This holds the full requests response from the last api query. The client can check this property to test for query success when required.
2015-04-19Get OBS authentication from osc if installedScott Bahling1-1/+23
2015-04-10.gitattributes for versioneer supportScott Bahling1-0/+1
2015-04-08Make rpmlint happyScott Bahling1-1/+1
2015-04-08Remove ChangeLog from repoScott Bahling2-11/+2
2015-04-08add python- prefix to specfileScott Bahling2-1/+7
2015-04-08Setup packageobsapi-0.0.2Scott Bahling7-3/+963
2015-02-23Initialobsapi-0.0.1Scott Bahling8-0/+635