privacy: remove personal test coordinate from committed docs/tests

The Sandpoint lat/lng from .creds.json had been baked into the API-doc example and
the integration test. Doc now uses a rounded ~downtown point; the test reads the
coordinate from the gitignored .creds.json (rounded, non-personal fallback).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hank 2026-07-13 19:35:33 -07:00
parent 0a6ca53c04
commit f10dbbc45c
2 changed files with 5 additions and 3 deletions

View file

@ -79,7 +79,7 @@ lookups 401 when signed out, despite being "data" reads.
```ts
// By location (only a single coordinate is ever sent — the point you're searching):
const res = await ps.getMetersByLocation({ latitude: 48.2754, longitude: -116.5478 });
const res = await ps.getMetersByLocation({ latitude: 48.28, longitude: -116.55 }); // ~downtown Sandpoint
const zones = res.Zones ?? [];
// Pick a zone + space to act on: