A download, update checking and security checking service.
- Fast
- Flexible
View API endpoints on Swagger
# Latest release
https://download.discordsrv.com/v2/DiscordSRV/DiscordSRV/release/download/latest/jar
# Latest snapshot
https://download.discordsrv.com/v2/DiscordSRV/DiscordSRV/snapshot/download/latest/jar
# wget (--content-disposition = use the correct file name)
wget --content-disposition https://download.discordsrv.com/v2/DiscordSRV/DiscordSRV/release/download/latest/jar
# curl (--remote-name = download file, --remote-header-name = use the correct file name)
curl --remote-name --remote-header-name https://download.discordsrv.com/v2/DiscordSRV/DiscordSRV/release/download/latest/jar?preferRedirect=false
# httpie
http --download https://download.discordsrv.com/v2/DiscordSRV/DiscordSRV/release/download/latest/jar