Contract changelog
A reference for HTTP, realtime, and game client integrations.
2026-09-17 — SDK 0.1.1
Documentation update with runnable organization, timer and loot examples, filtering, cursor pagination and error handling. No runtime or API contract changes; no migration is required.
2026-09-17 — SDK 0.1.0
First npm release of @lootlog/sdk:
- Typed HTTP functions for the main, activity, battlelog and search APIs.
- A shared realtime client for server-side integrations.
- Public OpenAPI JSON exports and bundled TypeScript declarations.
Install with npm install @lootlog/sdk or bun add @lootlog/sdk. See the
SDK guide for configuration and usage. This package release does
not change the game client API version or introduce new HTTP endpoints.
Portal baseline
Documentation for the public game client API v1, an HTTP reference in Scalar, personal API keys, and an SDK for server integrations. The development environment supports verification before production releases.
The public game client object retains apiVersion: 1. Published contract changes will be documented here with migration instructions. Check the reference generated from service schemas for current HTTP operation parameters.