SkillHub
Referencepublic

List a public version's files

GET
/public/registries/{ownerHandle}/{slug}/skills/{name}/versions/{version}/files

Path Parameters

ownerHandle*string
Lengthlength <= 64
slug*string
Lengthlength <= 64
name*string
Match^[a-z0-9]+(?:-[a-z0-9]+)*$
Length1 <= length <= 64
version*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/public/registries/string/string/skills/string/versions/string/files"
{  "items": [    {      "path": "string",      "sha256": "string",      "sizeBytes": 0,      "hasContent": true    }  ]}