devramsean0/release-server

SPEC

Opened this issue · 0 comments

This is the spec for endpoints required:

/check?project={PROJECT_NAME}&arch={ARCHITECTURE}&os={OS}&current_version={CurrentVersion}

This returns data for a newer version if one exists
Follow Tauri's Specification

/nextVersion?project={PROJECT_NAME}

This returns the next number for rolling development builds
returns

{
"version":0
}