Distributing Releases
Downloading a release
# download file using license key
curl https://releases.cryptlex.com/v3/{ACCOUNT_ID}/{RELEASE_ID}/myapp.zip?key={LICENSE_KEY} \
-o="myapp.zip"
# download file using access token
curl -O -J -L https://releases.cryptlex.com/v3/{ACCOUNT_ID}/{RELEASE_ID}/myapp.zip \
-H "Authorization: Bearer {ACCESS_TOKEN}" \
-o="myapp.zip"Downloading an update
Using Web API
Check for an update
Query Parameters
Name
Type
Description
Using LexActivator
Ignoring PATCH and BUILD updates
Downloading latest
Download latest release
Query Parameters
Name
Type
Description
Last updated