General API Objects
Netistrar Domain Availability API
Netistrar Domain Lifecycle API
Netistrar Domain Transfer API
Netistrar Test API
Netistrar Utility API
{{className}}
{{#classDescription}}{{#href}}{{text}}{{/href}}{{^href}}{{{.}}}{{/href}}{{/classDescription}}{{#callingClientFunction}}
Methods
{{/callingClientFunction}}{{#methodData}}{{name}}
{{#description}}{{#href}}{{text}}{{/href}}{{^href}}{{{.}}}{{/href}}{{/description}}
Parameters: {{^parameters}}No parameters required{{/parameters}}
{{#parameters}}{{name}} {{^required}}(optional){{/required}}:
{{#type}}{{#href}}{{text}}{{/href}}{{^href}}{{{.}}}{{/href}}{{/type}}
{{#comment}}{{#href}}{{text}}{{/href}}{{^href}}{{{.}}}{{/href}}{{/comment}}
Returns:
{{#returnType}}{{#href}}{{text}}{{/href}}{{^href}}{{{.}}}{{/href}}{{/returnType}}
{{^returnComment}}No return value{{/returnComment}}{{#returnComment}}{{#href}}{{text}}{{/href}}{{^href}}{{{.}}}{{/href}}{{/returnComment}}Example usage
HTTP
POST https://ote-api.netistrar.com/JSON/{{class}}/{{name}}
PHP
{{#callingClientFunction}}
{{#returnValue}}$result = {{/returnValue}} $clientInstance->{{callingClientFunction}}->{{name}}({{paramValues}});
{{/callingClientFunction}}{{/methodData}}{{^callingClientFunction}}
Properties
{{/callingClientFunction}}{{#propertyData}}{{name}}
Type: {{#type}}{{#href}}{{text}}{{/href}}{{^href}}{{{.}}}{{/href}}{{/type}}
{{#description}}{{#href}}{{text}}{{/href}}{{^href}}{{{.}}}{{/href}}{{/description}}
PHP Usage
{{#phpGetter}}Getter
$result = $object->{{phpGetter}}();
{{/phpGetter}}{{#phpSetter}}Setter$result = $object->{{phpSetter}}({{setValue}});
{{/phpSetter}}{{/propertyData}}{{^callingClientFunction}}
JSON Example
{{exampleJSON}}
{{/callingClientFunction}}