Exaroton class

Constructors

Exaroton(String API_KEY)

Properties

API_KEY String
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

account() Future
accountInfo(dynamic data) Future<String>
changeRAM(String serverId, String ram) Future
commandToServer(String serverId, String command) Future<String>
findServerID() Future
getLog(String serverId) Future
getMOTD(String serverId) Future
getRAM(String serverId) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postSystem(String endpoint) Future<String>
postSystemWithBody(String endpoint, String body) Future<String>
restartServer(String serverId) Future<String>
servers(String serverId) Future
serversInfo(String serverId, String data) Future
setMOTD(String serverId, String motd) Future
shareLog(String serverId) Future
startServer(String serverId) Future<String>
stopServer(String serverId) Future<String>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited