pub fn download(uuid: String, client: &Client, api_key: &str) -> DownloadStatusExpand description
Polls the obfuscation status or retrieves the obfuscated file.
This endpoint should be called every 500 milliseconds until the obfuscation is complete.
⚠️ Note: This endpoint is rate-limited to 200 requests per minute.
§Arguments
uuid- The execution ID returned bydefend.client- A preconfiguredreqwest::blocking::Client.api_key- Your CodeDefender API key.
§Returns
A DownloadStatus enum indicating whether the file is ready, still processing, or failed.