Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: add Status to the main column #288

Open
braboobssiere opened this issue Jan 8, 2024 · 3 comments
Open

Feature Request: add Status to the main column #288

braboobssiere opened this issue Jan 8, 2024 · 3 comments

Comments

@braboobssiere
Copy link

the current table column are: API Description Auth HTTPS CORS

it would be nice to have a "Status" column to check availability of the link in the API column (maybe ping to check every hour?) and display them as Online/Offline text in the main table (reason being some site replaced api doc, or even discontinued the service itself)

@marcelscruz
Copy link
Owner

That's a good idea, but I believe I column for that isn't necessary.
Instead, we just remove the API if it's not available anymore.
At the moment, users already report when something is not working, so I keep an eye on it for a few days, and if it's still broken, it's removed altogether.
A script to do this check automatically would be a good addition to the project.
Would you be up to create a PR for that?

@vrajjbhatt
Copy link

Can I work upon that?

@marcelscruz
Copy link
Owner

@vrajjbhatt sure!
I recommend using a GitHub action that triggers daily in a given time and creates a new issue in case a link is broken, but feel free to put your spin on it.

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

No branches or pull requests

3 participants