Skip to content

Commit a8ef611

Browse files
release: v0.1.4
1 parent 451939d commit a8ef611

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ chart, err := roxy.Astrology.GenerateNatalChart(ctx, nil, roxyapi.NatalChartRequ
7373
| `roxy.Crystals` | Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties |
7474
| `roxy.Dreams` | Dream interpretation API with a 2,000+ symbol dream dictionary and psychological meanings covering animals, objects,... |
7575
| `roxy.AngelNumbers` | Angel numbers API with meanings for 111, 222, 333, 444, 555, 666, 777, 888, 999, 1111, and 75+ sequences covering eve... |
76-
| `roxy.Location` | City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone,... |
76+
| `roxy.Location` | City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone... |
7777
| `roxy.Usage` | Monitor your API usage, check rate limits, and track request consumption |
7878
| `roxy.Languages` | List the response languages accepted by the `lang` query parameter on every i18n-aware endpoint |
7979
<!-- END:DOMAINS -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Reach every domain through its accessor on the client returned by `NewRoxy`.
103103
| `roxy.Crystals` | Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties |
104104
| `roxy.Dreams` | Dream interpretation API with a 2,000+ symbol dream dictionary and psychological meanings covering animals, objects,... |
105105
| `roxy.AngelNumbers` | Angel numbers API with meanings for 111, 222, 333, 444, 555, 666, 777, 888, 999, 1111, and 75+ sequences covering eve... |
106-
| `roxy.Location` | City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone,... |
106+
| `roxy.Location` | City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone... |
107107
| `roxy.Usage` | Monitor your API usage, check rate limits, and track request consumption |
108108
| `roxy.Languages` | List the response languages accepted by the `lang` query parameter on every i18n-aware endpoint |
109109
<!-- END:DOMAINS -->

docs/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Angel numbers API with meanings for 111, 222, 333, 444, 555, 666, 777, 888, 999,
233233

234234
## Location and Timezone - `roxy.Location`
235235

236-
City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone,...
236+
City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone...
237237

238238
- `listCountries` - GET `/location/countries` - List all countries - ISO codes and city coverage
239239
- `getCitiesByCountry` - GET `/location/countries/{iso2}` - Get cities in a country - Geocoding directory sorted by population

specs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51086,7 +51086,7 @@
5108651086
"name": "Angel Numbers"
5108751087
},
5108851088
{
51089-
"description": "City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone, and DST-aware UTC offset. The location layer for birth chart forms, horoscope apps, event planners, and any feature that needs place-to-coordinates resolution. Fully offline dataset with sub-5ms lookups and fields that map directly to the astrology endpoints. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs.",
51089+
"description": "City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone, and DST-aware UTC offset. The location layer for birth chart forms, horoscope apps, event planners, and any feature that needs place-to-coordinates resolution. Fully offline dataset with sub-5ms lookups and fields that map directly to the astrology endpoints. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs.",
5109051090
"name": "Location and Timezone"
5109151091
},
5109251092
{

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package roxyapi
22

33
// Version is the published SDK version. It is sent as the X-SDK-Client header on
44
// every request. The release workflow rewrites this constant to the next git tag.
5-
const Version = "0.1.3"
5+
const Version = "0.1.4"

0 commit comments

Comments
 (0)