action opensuse_get_build_project_name_repository_name_architecture_name_reposit { label: "List all binaries (produced by all packages of the given project)." description: "List all binaries (produced by all packages of the given project) for the specified repository and architecture.\n" provider: opensuse method: GET path: "/build/{project_name}/{repository_name}/{architecture_name}/_repository" encoding: json output: { type: "object" additionalProperties: true } }