API

Overview

The Reseam API is a thin metadata server. It sits between a bundle author's hosted patches.json and the clients that read it: Reseam Manager on a phone, and the website at reseam.app.

One API instance fronts one bundle. Run multiple instances for multiple bundles.

What it does

  • Reads patches.json and manager.json from upstream URLs.
  • Caches them in memory.
  • Serves them at /patches.json and /manager.json.
  • Exposes structured /v1/patches and /v1/manager JSON for clients that want typed data.
  • Redirects /patches/<tag>/<name> and /manager/<tag>/<name> to the upstream asset so clients only ever see *.reseam.app URLs.
  • Stores announcements in SQLite behind a bearer token.
Reseam Reseam © 2026 Reseam Team