Skip to content

agero-core/api-health

Repository files navigation

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

About

.NET library which helps to determines API health

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages