API Health is a library that determines API Health by getting the health of all the dependent API Components.
Please see GettingStartedTests.cs for usage details.
Note: Please use VerificationRequestCreator.CreateSyncHealthRequest, VerificationRequestCreator.CreateAsyncHealthRequest only if your API conforms to the health API design.
If you have a RESTful API that conforms to the health API design, create the json file test-settings.json with the below configuration under Agero.Core.ApiHealth.Tests project.
{
"applicationUri": "<Your application Url>",
"headers": {
"Key_1" : "Value_1",
"Key_2" : "Value_2"
}
}