Package google.registry.flows
Class CheckApiAction
java.lang.Object
google.registry.flows.CheckApiAction
- All Implemented Interfaces:
Runnable
An action that returns availability and premium checks as JSON.
This action returns plain JSON without a safety prefix, so it's vital that the output not be user controlled, lest it open an XSS vector. Do not modify this to return the domain name in the response.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Dagger module for the check api endpoint. -
Method Summary