Description : Get downloads and patcher links from an entry
Arguments :
Methods : GET
Response :
Arguments :
| Name | Type | Description |
|---|---|---|
| entry-id | int | The Entry ID |
Methods : GET
Response :
| Name | Type | Description |
|---|---|---|
| online_patcher | bool | True if online patcher is enabled on the entry, false otherwise. |
| downloads | array[]|null | Array of downloads for the entry with the fields below |
| - name | string | Filename of the current file |
| - size | string | Size of the current file for display |
| - download | string | Download file link |
| - patch | string|bool | Patcher URL for this file, false if not exist. |
Last edited: