Skip to main content

A simple wrapper for the NameSilo API.

Project description

A simple wrapper for the NameSilo API.

Install

To install via pip:

pip install namesilo

Usage

Instantiating the client:

import namesilo

# By default the client initializes in sandbox mode ns = namesilo.NameSilo(‘API KEY HERE’)

# Instantitate in live mode ns = namesilo.NameSilo(‘API KEY HERE’, live=True)

From here you can call operations like so:

ns.register_domain(domain=’yourdomain.com’, years=’1’)

Operations

This client renames the operations to follow a more consistent convention of (verb)_(subject). See namesilo.NAMESILO_OPERATIONS to seehow these method names map to their NameSilo counterparts. The goal of this mapping its to make the API more intuitive.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

namesilo-0.1.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page