The _Open Build Service API_ is a XML API. To authenticate, use HTTP basic authentication by passing the _Authorization_ header in the form of Authorization: Basic . There is no API versioning as there is no need for it ri
No SDKs indexed for this API yet.
curl \ -u "$API_USER:$API_PASS" \ /about
curl \ -u "$API_USER:$API_PASS" \ /build
curl \ -u "$API_USER:$API_PASS" \ /group
No SDKs yet