action opensuse_get_published_project_name_repository_name_architecture_name { label: "List the content of the directory tree where the binaries are published at the level project/repository/architecture." description: "Get a list of binaries and other files present at the level project/repository/architecture of the directory tree as a result of successful building and publishing processes.\n" provider: opensuse method: GET path: "/published/{project_name}/{repository_name}/{architecture_name}" encoding: json output: { type: "object" additionalProperties: true } }