Page 1 of 1

API Addition

Posted: Fri Jun 23, 2017 10:11 am
by Voxen
Hey, it would be awesome if you could change "listservers"; currently it only allows Admins to list the servers, would it be possible to change it so user's can use the api aswell and get their own servers?

Other useful Api commands:
  • listConfig with a Parameter to a specific Server listing more or less the Config as it is in the DB.
  • api call for the query giving be back current players for example.
Ofcourse, i could get most of these things myself from the DB, but that would require Admin Privileges or DB Acess.

Re: API Addition

Posted: Fri Jun 23, 2017 4:30 pm
by Masher
I'll update listservers to work for normal user accounts. Only envisioned that one being used by admins. Do you have users using the API?

Listconfig, I see no practical use for. Do you have a use case where you need this? What would this accomplish that the server backup tool couldn't do?
The others I see value in and will implement.

Re: API Addition

Posted: Sat Jun 24, 2017 11:46 am
by Voxen
Well i am currently creating a Client for the Gamepanel so user's can setup our Servers easier. Getting the config directly from the Api would be simpler and more secure.