Skip to main content
This SDK is coming soon. Subscribe to our changelog to be notified when it’s released.
The official .NET SDK for FYATU API v3, supporting C#, F#, and VB.NET.

Requirements

  • .NET 6.0 or higher
  • .NET Standard 2.1 (for legacy support)

Installation

Or via Package Manager:

Quick Start

ASP.NET Core Integration

Configuration

Add to appsettings.json:

Service Registration

Controller Usage

Features

  • .NET 6+ Support - Uses latest C# features and patterns
  • Dependency Injection - First-class DI support for ASP.NET Core
  • Async/Await - All methods are async by default
  • Strong Typing - Full type safety with nullable reference types
  • Automatic Token Management - Handles JWT refresh automatically
  • IHttpClientFactory - Proper HTTP connection management

Configuration Options

Available Services

| fyatu.Account | Access account information |

Error Handling

Webhook Verification

Minimal API Example

Resources