/v1/git/badges
Lists repository badges in a repository README hosted at git.warpcs.org.
URL Parameters
Name | Type | Description | Required | Default value |
---|---|---|---|---|
author / owner | string | The repository owner. | yes | - |
repository | string | The repository name. | yes | - |
Response Body
JSON Array with following objects:
Name | Type | Description |
---|---|---|
title | string | Alt Title of the badge. |
image | string | URL of the badge image. |
link | string | URL of the badge href. |