Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature suggestion: API #6

Open
itsmartin opened this issue Jan 10, 2013 · 3 comments
Open

Feature suggestion: API #6

itsmartin opened this issue Jan 10, 2013 · 3 comments

Comments

@itsmartin
Copy link
Contributor

For CotM, I would like to be able to automate things more. I would love to be able to use rfwadmin programatically to set up the server for a match, so that our referees don't need to directly access rfwadmin at all. For example, I would like our referee control panel to be able to do the following things:

  • Check the current status of the server (started or not)
  • Load a specific map
  • Enable / disable specific plugins or server jars
  • Start / restart / stop the server
  • Send console commands

I suspect this is all possible already by sending the appropriate POST requests, but it's difficult to work out exactly how to do it. So perhaps all that I need is some documentation :)

@Thue
Copy link
Owner

Thue commented Mar 31, 2013

No, rfwadmin doesn't have an API for that (yet, at least).

@ghostsquad
Copy link

Use Fiddler to capture the commands that are sent to RFWAdmin when you click start/stop etc, and send HTTP POST commands with the same contents. That might work.

@gpmidi
Copy link
Collaborator

gpmidi commented Oct 14, 2014

It's doable via Chrome's web dev tools. Firefox and IE both have similar systems. A published API would still be nice though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants