rrpproxypy reference

Client

class rrpproxypy.client.RRPproxy(username, password, test=False)

Bases: object

query_domain_list()

Query a list of domains.

Returns:A list of domains.
request(command, **args)

Perform a request.

Parameters:command (str) – The API command to call.
Keyword Arguments:
 arguments to the API call. (Additional) –
Returns:The parsed response.
status_domain(domain)

Request the domain status.

Parameters:domain (str) – The domain name to request the status for.
Returns:The domain.
Return type:dict
rrpproxypy.client.try_parse(value)

Try to parse the given value.

Parameters:value (str) – The value to parse.
Returns:The parsed value.