List skills
Returns all skill categories, each containing the individual skills and their associated metadata such as icon and display colour.
Response Body
application/json
curl -X GET "https://loading/api/portfolio/skills"[
{
"category": "string",
"skills": [
{
"name": "string",
"portfolio": true,
"slug": "string",
"hex": "string",
"svg_url": "string",
"source": "simpleicons"
}
]
}
]List GitHub projects GET
Returns a curated list of my GitHub repositories. Only repositories with a recognised description format are included; results are ordered by display priority, then creation date. Use the `unfiltered` query parameter to return all public repositories without filtering.
List social links GET
Returns all configured social platform links.