Overview
UpdateLine provides a simple HTTP API for checking and downloading software updates. Integration typically requires four steps.
Quick Start
- Request a version manifest from
/releases/latest.json - Compare the returned version with your current build
- Download the patch from the provided URL
- Verify the SHA256 checksum before applying
Manifest Format
The manifest is a JSON document containing version metadata, download URLs, and integrity hashes. See /releases/latest.json for a live example.
Security
All update artifacts are served over HTTPS and verified against a published SHA256 checksum. Token authentication is required for API endpoints.