opensuse.org

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

๐Ÿ”‘ basic 81 endpoints developer_tools
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get information about API.
curl \
  -u "$API_USER:$API_PASS" \
  /about
Get a simple directory listing of all projects
curl \
  -u "$API_USER:$API_PASS" \
  /build
List available groups.
curl \
  -u "$API_USER:$API_PASS" \
  /group
Endpoints (81 total)
GET
/about
Get information about API.
GET
/build
Get a simple directory listing of all projects
GET
/group
List available groups.
GET
/person
List all people.
GET
/request
Get a simple directory listing of all requests
GET
/attribute
List all attribute namespaces.
GET
/published
List all the published projects.
GET
/request/{id}
Show details about a specified request.
GET
/architectures
List all known architectures.
GET
/configuration
Display the configuration of this Open Build Service instance
GET
/distributions
List all distributions.
GET
/worker/status
Lists status of workers, jobs, backend services and general statistics.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints81
Authbasic
Categories1