Web service that reads ArmA3Sync server data and returns it in JSON format.
- url: ArmA3Sync server url
- types: comma separated list of requested data types
autoconfig
serverinfo
events
changelogs
Status 200 application/json
Object. Has a url
field with string value.
{
url: string;
autoconfig?: A3sAutoconfigDto;
serverinfo?: A3sServerInfoDto;
events?: A3sEventsDto;
changelogs?: A3sChangelogsDto;
}
Status 404 application/json
Object. Has a single error
field with string value.
http://localhost:8080/?url=https://arma3sync.anrop.se/.a3s
http://localhost:8080/?url=https://repo.ofcra.org/.a3s&types=serverinfo,events
http://localhost:8080/?url=ftp://138.201.131.194/A3_Repository/.a3s
http://localhost:8080/?url=ftp://88.99.69.243/Repo/WOG/.a3s