Integration Guide

How to integrate UpdateLine into your software

← Back to home

Overview

UpdateLine provides a simple HTTP API for checking and downloading software updates. Integration typically requires four steps.

Quick Start

  1. Request a version manifest from /releases/latest.json
  2. Compare the returned version with your current build
  3. Download the patch from the provided URL
  4. 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.