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.jsonandmanager.jsonfrom upstream URLs. - Caches them in memory.
- Serves them at
/patches.jsonand/manager.json. - Exposes structured
/v1/patchesand/v1/managerJSON for clients that want typed data. - Redirects
/patches/<tag>/<name>and/manager/<tag>/<name>to the upstream asset so clients only ever see*.reseam.appURLs. - Stores announcements in SQLite behind a bearer token.