Empty Api Action
class EmptyApiAction(val client: ApiClient, val request: ApiRequest) : ApiAction<Unit>
Content copied to clipboard
The ApiAction that does not provide parsed response. Only check errors of content string.
The ApiAction that does not provide parsed response. Only check errors of content string.