Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.11 KB

Api Health

NuGet Version NuGet Downloads

API Health is a library that determines API Health by getting the health of all the dependent API Components.

Usage:

Please see GettingStartedTests.cs for usage details.

Note: Please use VerificationRequestCreator.CreateSyncHealthRequest, VerificationRequestCreator.CreateAsyncHealthRequest only if your API conforms to the health API design.

Running Tests:

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"
  }
}