create_account#

Usage:

>>> import acore_soap.api as acore_soap
>>> request = acore_soap.gm.CreateAccountRequest(
...     account="testacc",
...     password="testpass",
... )
>>> soap_response = request.send()
>>> response = acore_soap.gm.CreateAccountResponse.from_soap_response(soap_response)
class acore_soap.gm.create_account.CreateAccountResponse[source]#

Parse the response message of .account create ... command.

classmethod from_soap_response(res: SOAPResponse)[source]#

Parse from soap response.

class acore_soap.gm.create_account.CreateAccountRequest(account: str, password: str)[source]#

todo: docstring

to_command() str[source]#

Build the GM command.

See all GM commands at https://www.azerothcore.org/wiki/gm-commands