You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: globalize examples, front-load high-demand keywords, sync domains to 12+
Lead-with-global: the Western examples use global cities while the Vedic
section keeps Indian coordinates. The README opening now front-loads the
high-demand surface (natal charts, daily horoscopes, synastry, Vedic kundli,
tarot spreads, human design bodygraphs, transit forecasts). Domain count reads
12+ and the breadth lists include human design and forecast.
Copy file name to clipboardExpand all lines: AGENTS.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# roxyapi/sdk - Agent Guide
2
2
3
-
PHP SDK for RoxyAPI. 10+ domains (Western astrology, Vedic astrology, numerology, tarot, biorhythm, I Ching, crystals, dreams, angel numbers, location, usage, languages). One API key, one Composer package, zero hand-written endpoint code.
3
+
PHP SDK for RoxyAPI. 12+ domains (Western astrology, Vedic astrology, numerology, tarot, human design, forecast, biorhythm, I Ching, crystals, dreams, angel numbers, location) plus utility namespaces (usage, languages). One API key, one Composer package, zero hand-written endpoint code.
Every chart, horoscope, panchang, dasha, dosha, navamsa, KP, synastry, compatibility, and natal endpoint needs `latitude`, `longitude`, and (for Western) `timezone`. Never ask the user for coordinates. Always call `$roxy->location->searchCities` first.
// $tz is the IANA string ("Asia/Kolkata"). Pass it directly to chart calls and
27
+
// $tz is the IANA string ("America/New_York"). Pass it directly to chart calls and
28
28
// the server resolves it to the DST-correct offset for the chart `date`. The
29
29
// decimal `utcOffset` (5.5, -5, ...) also works if you prefer numbers.
30
30
```
31
31
32
-
`q` accepts bare city (`'Mumbai'`), city + country (`'Berlin Germany'`), or comma-qualified (`'Springfield, Illinois'`). Use the qualified form to disambiguate same-named cities.
32
+
`q` accepts bare city (`'Paris'`), city + country (`'Berlin Germany'`), or comma-qualified (`'Springfield, Illinois'`). Use the qualified form to disambiguate same-named cities.
|`$roxy->languages`| 1 | List the response languages accepted by the `lang` query parameter on every i18n-aware endpoint |
53
53
<!-- END:DOMAINS -->
54
54
55
-
148 endpoints across 12 product domains plus usage and languages. Counts auto-sync from `specs/openapi.json` at release time.
55
+
150+ endpoints across 12+ product domains plus usage and languages. Per-domain counts in the table above auto-sync from `specs/openapi.json` at release time.
56
56
57
57
## Critical patterns
58
58
59
59
### Two-step pattern for coordinate-dependent endpoints
Official PHP SDK for [RoxyAPI](https://roxyapi.com): Western and Vedic astrology, Human Design, forecast timelines, numerology, tarot, biorhythm, I Ching, crystals, dreams, angel numbers, location geocoding, and more. 148 endpoints across 12 domains, one API key, one dependency (Saloon).
12
+
Official PHP SDK for [RoxyAPI](https://roxyapi.com): natal charts, daily horoscopes, synastry, Vedic kundli, tarot spreads, human design bodygraphs, and transit forecasts across Western and Vedic astrology, numerology, tarot, human design, forecast, biorhythm, I Ching, crystals, dreams, angel numbers, and location geocoding. 150+ endpoints across 12+ domains, one API key, one dependency (Saloon).
0 commit comments