action opensuse_get_published_project_name_repository_name { label: "List the content of the directory tree where the binaries are published at the level project/repository." description: "Get a list of architectures' directories and other files (.repo, .ymp, etc.) present at the level project/repository of the directory tree where the published binaries are stored.\n" provider: opensuse method: GET path: "/published/{project_name}/{repository_name}" encoding: json output: { type: "object" additionalProperties: true } }