SkillHub
Referenceregistries

List skills in a registry

GET
/registries/{ownerHandle}/{slug}/skills

Path Parameters

ownerHandle*string
Lengthlength <= 64
slug*string
Lengthlength <= 64

Query Parameters

type?string

Value in

  • "project"
  • "general"
  • "meta"
includeDeprecated?boolean
cursor?string
Length1 <= length <= 4096
limit?integer
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/registries/string/string/skills"
{  "items": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "ref": "string",      "name": "string",      "type": "project",      "description": "string",      "keywords": [        "string"      ],      "latestVersion": "string",      "deprecated": {        "at": "2019-08-24T14:15:22Z",        "message": "string"      },      "updatedAt": "2019-08-24T14:15:22Z"    }  ],  "nextCursor": "string"}