// sdk · Ruby · coming soon
Ruby SDK — in developmentComing soon
Gem `astroway` for Ruby 3.0+ and Rails 7+. Works with Faraday transport.
// 01 / notify
Get notified at release
The Ruby SDK is auto-generated from our OpenAPI 3.1 spec on every release. Drop us your email and we'll notify you the day it ships.
Notify me by email →Or use one of the SDKs below available now:
// 02 / highlights
Highlights
- Ruby 3.0+
- Faraday transport
- Rails-friendly
- Sorbet type signatures
- Block-based async
// 03 / preview
What the API will look like
Preview · syntax may change before release
require 'astroway'
aw = Astroway::Client.new(api_key: ENV['AW_KEY'])
chart = aw.chart.create(
birth_date: '1991-08-24T16:30:00+03:00',
latitude: 50.4501,
longitude: 30.5234,
house_system: 'placidus'
)
puts chart.planets.sun Get notified when Ruby SDK ships
Auto-generated from our OpenAPI 3.1 spec. Until Ruby ships, use one of our available SDKs below — they all hit the same backend.