mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-23 15:57:43 +00:00
Update docs/clients.md
This commit is contained in:
+1
-1
@@ -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
|
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.
|
using the Server-Sent Events (SSE) endpoint to update live.
|
||||||
* Let me know if you get stuck, I'm happy to help.
|
* 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
|
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
|
once every two minutes, so if your client is interested in POTA data there's no need to poll Spothole any more often
|
||||||
|
|||||||
Reference in New Issue
Block a user