The Badge API azure function that is responsible for delivering the badge structure to shields.io.
Example of a badge URL: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fstryker-mutator%2Fstryker-dashboard%2Fmaster%3Fmodule%3Dbadge-api
Example of a badge api URL itself:
Response:
{
"schemaVersion": 1,
"label": "Mutation score",
"message": "69.4%",
"color": "orange",
"namedLogo": "stryker",
"logoColor": "whitesmoke"
}