duaneg / python-metaname

A python JSON-RPC client for the Metaname API

Home Page:https://metaname.net/api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-metaname

A python JSON-RPC client for the Metaname API

Documentation for the Metaname API is at: https://metaname.net/api/1.1/doc

Usage:

    >>> client = Client("https://test.metaname.net/api/1.1", "account_reference", "api_key")
    >>> client.domain_names()
    >>> client.dns_zone("example.com")
    >>> client.create_dns_record("example.com",
            {"name":"www",
                "type":"A",
                "aux":None,
                "ttl":86400,
                "data":"93.184.216.119"})

License:

See LICENSE.

About

A python JSON-RPC client for the Metaname API

https://metaname.net/api/

License:MIT License


Languages

Language:Python 100.0%