SkillHub
Referencesearch

Search skills across sources

GET
/search/skills

Query Parameters

q*string
Length1 <= length <= 200
sources?array<>
Items1 <= items

Default

[  "registry"]
cursor?string
Length1 <= length <= 4096
limit?integer
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/search/skills?q=string"
{  "items": [    {      "source": "registry",      "ref": "string",      "name": "string",      "description": "string",      "type": "project",      "version": "string",      "deprecated": {        "at": "2019-08-24T14:15:22Z",        "message": "string"      },      "installs": 0    }  ],  "nextCursor": "string"}