From ae6733e8537d6dbc1c6123a914ed3eda86a20083 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 23 Sep 2026 14:53:45 +0000 Subject: [PATCH] Update docs/clients.md --- docs/clients.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/clients.md b/docs/clients.md index d71f29b..dc26c7c 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -19,6 +19,7 @@ Various approaches exist to writing your own client, but in general: page simply query the main spot API on a timer, whereas the spots, map and bands pages combine this approach with using the Server-Sent Events (SSE) endpoint to update live. * Let me know if you get stuck, I'm happy to help. + * Caveat: If you have vibe-coded a client, do not contact me if you get stuck until you have read and understood the code using your actual Human Intelligence. Please don't hammer the API with an unnecessarily high request rate. For example, Spothole only queries the POTA API once every two minutes, so if your client is interested in POTA data there's no need to poll Spothole any more often