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:
parent
0a6ca53c04
commit
f10dbbc45c
2 changed files with 5 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue