Skip to main content
This SDK is coming soon. Subscribe to our changelog to be notified when it’s released.
The official Ruby SDK for FYATU API v3, designed for Ruby on Rails and other Ruby frameworks.

Requirements

  • Ruby 3.0 or higher

Installation

Add to your Gemfile:
Then run:
Or install directly:

Quick Start

Rails Integration

Configuration

Create config/initializers/fyatu.rb:

Generator

This creates the initializer and a sample webhook controller.

Features

  • Ruby 3.0+ Support - Modern Ruby with keyword arguments
  • Rails Integration - First-class Rails support with generators
  • ActiveModel-like Objects - Familiar API response handling
  • Automatic Token Management - Handles JWT refresh automatically
  • Thread-Safe - Safe for concurrent use with Puma/Sidekiq

Configuration Options

Available Resources

| Fyatu::Account | Access account information |

Error Handling

Webhook Verification

Pagination

Resources