Skip to content

Commit 303252b

Browse files
committed
docs(AGENTS.md): clarify location.searchCities q accepts bare city, city + country (space-separated), or comma-qualified for disambiguation, mirrors the API route description and the /AGENTS.md route on roxyapi.com
1 parent 1e39d17 commit 303252b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const { latitude, longitude, timezone } = data.cities[0];
3232
// (5.5, -5, 9, ...) also works and produces identical charts.
3333
```
3434

35+
`q` accepts bare city (`'Mumbai'`), city + country (`'Berlin Germany'`), or comma-qualified (`'Springfield, Illinois'`). Use the qualified form to disambiguate same-named cities.
36+
3537
## Domains
3638

3739
Type `roxy.` to see all available namespaces. Type `roxy.{domain}.` to see every method in that domain.

0 commit comments

Comments
 (0)