๐Ÿ“ฆ
8
Official SDKs
๐Ÿ”Œ
24
API Endpoints
๐Ÿ“ก
99.97%
Uptime SLA
โšก
45ms
Avg Response Time
Filter by platform:
๐Ÿ

Python SDK

Python 3.8+
v2.8.0 โญ 1.8k

Full-featured Python client with async/await support, type hints, and comprehensive error handling for data science and backend integration.

pip install aevum-news
๐ŸŽ

iOS SDK

Swift 5.7+ / iOS 14+
v4.1.2 โญ 1.2k

Native Swift SDK with SwiftUI components, Combine integration, and push notification support for real-time news alerts on iOS devices.

swift package add AevumNews
๐Ÿค–

Android SDK

Kotlin / min SDK 21
v3.5.0 โญ 980

Native Kotlin SDK with Jetpack Compose UI components, Flow-based reactive streams, and WorkManager support for background sync.

implementation 'com.aevumnews:android-sdk:3.5.0'
๐Ÿน

Go SDK

Go 1.20+
v1.4.0-beta โญ 640

High-performance Go client with goroutine-based streaming, connection pooling, and context-aware request cancellation.

go get github.com/aevumnews/go-sdk
โš›๏ธ

React SDK

React 18+ / Next.js
v2.3.1 โญ 1.5k

React hooks and components for integrating Aevum News feeds. Includes <NewsFeed>, <ArticleCard>, and useAevum() hooks.

npm install @aevum-news/react
๐Ÿ’Ž

Ruby SDK

Ruby 3.0+
v1.9.3 โญ 420

Idiomatic Ruby gem with Rails integration, AR-like querying, and seamless ActiveJob support for background news processing.

gem install aevum-news
๐Ÿ’ป

CLI Tool

Node.js / macOS / Linux
v0.8.0-alpha โญ 310

Command-line interface for querying Aevum News directly from your terminal. Supports piping, JSON output, and scriptable workflows.

npm install -g @aevum-news/cli
๐Ÿ˜

PHP SDK

PHP 8.1+
v2.1.0 โญ 380

PSR-compliant PHP library with Laravel service provider, Symfony bundle, and PSR-7/PSR-17 support for modern PHP frameworks.

composer require aevum-news/php-sdk

Key API Endpoints

Method Endpoint Description Auth
GET /v2/articles List articles with filtering, sorting, and pagination API Key
GET /v2/articles/{id} Get a single article by ID with full content API Key
GET /v2/search Full-text search across all articles and sources API Key
GET /v2/categories List all available news categories and topics Public
POST /v2/alerts Create keyword or topic-based news alerts API Key
GET /v2/sources List contributing news sources and outlets Public
POST /v2/webhooks Register webhook endpoints for real-time events API Key
GET /v2/analytics Usage analytics and API consumption metrics API Key

Recent SDK Updates

v3.2.1
December 10, 2025 โ€” JavaScript SDK
  • Added Server-Sent Events support for real-time streaming
  • Added TypeScript 5.3 support
  • Fixed Memory leak in long-running stream connections
  • Changed Default timeout from 10s to 15s
v4.1.2
December 5, 2025 โ€” iOS SDK
  • Added SwiftUI NewsFeed component
  • Fixed Push notification registration on iOS 17
  • Changed Minimum deployment target to iOS 14
v2.8.0
November 28, 2025 โ€” Python SDK
  • Added Async client with asyncio support
  • Added Pydantic v2 data models
  • Fixed Rate limit retry logic
v1.4.0-beta
November 20, 2025 โ€” Go SDK
  • Added Connection pooling with configurable max connections
  • Added Context-aware request cancellation
  • Breaking Renamed NewClient() to NewAevumClient()