GogApi


GalaxyApi Module

Contains special endpoints for Galaxy

Types

Type Description

ProductsResponse

Contains info about a product requested via

SecureUrlResponse

Contains info about a secure url requested via

Functions and values

Function or value Description

GalaxyApi.getProduct arg1 authentication

Full Usage: GalaxyApi.getProduct arg1 authentication

Parameters:
Returns: Async<Result<ProductsResponse, (string * string)>>

Returns information about a product

arg0 : ProductId
authentication : Authentication
Returns: Async<Result<ProductsResponse, (string * string)>>

GalaxyApi.getSecureDownlink downlink authentication

Full Usage: GalaxyApi.getSecureDownlink downlink authentication

Parameters:
Returns: Async<Result<SecureUrlResponse, (string * string)>>

Takes a downlink from productinfo and transforms it into a secure version which can be used to download installer files

downlink : DownLink
authentication : Authentication
Returns: Async<Result<SecureUrlResponse, (string * string)>>