RapidCompact CLI Release Provider


 

releases.rapidcompact.link

This service allows RapidCompact users to download rpdx (the RapidCompact CLI) releases with their api token.


Overview of existing releases

Fetch releases.rapidcompact.link/releases and set the header `Authorization` to just your api token.

Example in curl:

    curl https://releases.rapidcompact.link/releases -H "Authorization: 15327|jxsPwchkwWd9ejfhqoskdlElfFI9e2430z92bLty"
    

Result:

    {"message":"List of available releases. Use `/releases/{fileName}` to get a signed url of the given file name.","releases":
	["rapidcompact_5.4.3_ubuntu20.zip"]}%
    

Note, that all of the values used in the calculation can be printed or written from any given input or output files using the following commands:


Getting a signed url for a single release

Fetch releases.rapidcompact.link/releases/[file-name] and set the header `Authorization` to just your api token.

Example in curl:

    curl https://releases.rapidcompact.link/releases/rapidcompact_5.4.3_ubuntu20.zip -H "Authorization:
	15327|jxsPwchkwWd9ejfhqoskdlElfFI9e2430z92bLty"
    

Result:

    {"signedUrl":"signed-url-of-release"}%