/v1/kanboard/badge
Generates a repository badge containing the number of tasks open in a kanboard hosted at board.warpcs.org.
URL Parameters
| Name | Type | Description | Required | Default value |
|---|---|---|---|---|
| projectId | string | The project ID. | yes | - |
| color | string | The hex color string of the right side of the badge. | no | 00b |
| name | string | The string on the left side of the badge. | no | "Tasks" |
| width | number | The size in pixels of the left side of the badge. | no | 80 |
| valwidth | number | The size in pixels of the right side of the badge. | no | 30 |
Response Body
The generated badge SVG.
