Skip to content

Conversation

@vitaliihra
Copy link
Contributor

Summary of Changes

This PR introduces basic health checker components designed to validate critical API endpoints. The initial implementation focuses on two types of APIs: Database and File APIs.

Details

  • Health Checker Implementation:

    • For Database APIs, a GET request is triggered to the endpoint /_schema.
    • For File APIs, a GET request is made to the endpoint /.
  • Curl Command Generator:

    • Added a new component that generates simple curl commands, allowing users to easily test and interact with the API endpoints.

Benefits

  • Improved Monitoring: The health checker enhances our ability to monitor API health.
  • User-Friendly Testing: The curl command generator provides a straightforward way for users to experiment with the APIs.

Next Steps

  • Consider extending health check coverage to other API types in future iterations.
  • Gather feedback from team members on the usability of the curl command generator.

Here is a GIF demo on how it works:
recording

@thekevinm thekevinm merged commit 2109080 into develop Jun 16, 2025
@vitaliihra vitaliihra mentioned this pull request Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants