Skip to content

Commit 2f3faf4

Browse files
committed
fix(roxygen): consume OpenAPI 3.1 natively and drop the dead 3.0 downconvert, resync to 175 endpoints, bump oapi-codegen to 2.8.0
1 parent e4e78ee commit 2f3faf4

8 files changed

Lines changed: 32767 additions & 2066 deletions

File tree

docs/llms-full.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional ch
8282
- `checkManglikDosha` - POST `/vedic-astrology/dosha/manglik` - Check Manglik Dosha - Mangal Dosha Calculator API
8383
- `checkSadhesati` - POST `/vedic-astrology/dosha/sadhesati` - Check Sadhesati - Sade Sati Calculator API (Saturn Transit)
8484
- `getEclipticCrossings` - POST `/vedic-astrology/ecliptic-crossings` - Ecliptic Crossings - When planets cross the ecliptic plane
85+
- `getHeliacalVisibility` - POST `/vedic-astrology/heliacal` - Heliacal rising and setting (udaya and asta) - Graha Asta Calculator API
8586
- `getKpAyanamsa` - GET `/vedic-astrology/kp/ayanamsa` - Get KP-Newcomb ayanamsa - Dynamic daily calculation
8687
- `generateKpChart` - POST `/vedic-astrology/kp/chart` - Generate complete KP birth chart
8788
- `getKpCusps` - POST `/vedic-astrology/kp/cusps` - Get KP Placidus house cusps with sub-lords
89+
- `castKpHoraryChart` - POST `/vedic-astrology/kp/horary` - Cast a KP horary (Prashna) chart from a number 1-249 - KP Horary API
8890
- `getKpPlanets` - POST `/vedic-astrology/kp/planets` - Get KP planetary positions with sub-lords
8991
- `getKpPlanetsInterval` - POST `/vedic-astrology/kp/planets-interval` - Get KP planets at time intervals
9092
- `getKpRasiChanges` - POST `/vedic-astrology/kp/rasi-changes` - Find KP rasi ingress times

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.25
1+
go 1.25.0
22

33
use .
44

roxy.gen.go

Lines changed: 24 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)