Hi, I created an applet to check API endpoints. My intention was to check if my production APIs are still alive.
Different applets which are already available doesn't work for me so I wrote a new one.
The user can configure the API-GET URL, interval, success-color and failure-color.
The applet shows the success-color on Http-Success (200). The failure-color is shown on every other code. I plan to improve this so different colors are shown on different response codes.
Hi, I created an applet to check API endpoints. My intention was to check if my production APIs are still alive. Different applets which are already available doesn't work for me so I wrote a new one. The user can configure the API-GET URL, interval, success-color and failure-color.
The applet shows the success-color on Http-Success (200). The failure-color is shown on every other code. I plan to improve this so different colors are shown on different response codes.
It can be found here: https://github.com/tobiasholkefhswf/daskeyboard-applet-api-request