πIcon
getIconPath β string
stringFunction to get the URL of a badge icon. If the icon is a relative path, it is transformed into an absolute URL pointing to the GitHub repository.
Kind: global variable
Returns: string - Absolute URL of the icon.
Throws:
APIErrorIf there is a problem building the icon URL.
Param
Type
Description
iconUrl
string
Icon name or icon URL.
Last updated