NameCheckAjaxService

class NameCheckAjaxService @Inject constructor(playersService: PlayersService) : BlankPageService<NameCheckAjaxRequest, None, Ajax>

Author

Jordan Abraham

Constructors

Link copied to clipboard
@Inject
constructor(playersService: PlayersService)

Functions

Link copied to clipboard
suspend fun getRequest(request: NameCheckAjaxRequest): None

Handles the http GET request to this service if applicable.

Link copied to clipboard
suspend fun postRequest(request: NameCheckAjaxRequest): Ajax

Handles the http POST request to this service if applicable.