Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.Api.HockeyApp instead (open Fake.Api and use 'HockeyApp.')

HockeyResponse

HockeyApp's success response

Record Fields

Record FieldDescription
AppSize
Signature: int64
BundleIdentifier
Signature: string
Attributes:
[<JsonProperty("Bundle_Identifier")>]
ConfigUrl
Signature: string
Attributes:
[<JsonProperty("Config_Url")>]
DeviceFamily
Signature: string
Attributes:
[<JsonProperty("Device_Family")>]
MinimumOSVersion
Signature: string
Attributes:
[<JsonProperty("Minimum_OS_Version")>]
Platform
Signature: string
PublicIdentifier
Signature: string
Attributes:
[<JsonProperty("Public_Identifier")>]
PublicUrl
Signature: string
Attributes:
[<JsonProperty("Public_Url")>]
ReleaseType
Signature: ReleaseType
Attributes:
[<JsonProperty("Release_Type")>]
Status
Signature: int
Title
Signature: string