diff --git a/docs/clients.md b/docs/clients.md index dc26c7c..b5fe16f 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -19,7 +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. + * Caveat: If you have vibe-coded a client, do not contact me 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