ns1-python icon indicating copy to clipboard operation
ns1-python copied to clipboard

NS1 Python SDK

Results 18 ns1-python issues
Sort by recently updated
recently updated
newest added

returns a bunch of "unloaded" Zone objects

```python import ns1 api = ns1.NS1(apiKey='[…]') record = api.loadRecord('cloud.na3.pcigdc.com', 'A') record.update(ttl=3) ``` results into ```python Traceback (most recent call last): File "x.py", line 6, in record.update(ttl=3) File "/usr/lib/python3.7/site-packages/ns1/records.py", line 109,...

Adding new redirect APIs

This PR fixes the README.md to match the actual state of the universe. It also fixes the `setup.py`, which is mostly useful for the next time we publish a release...

can someone please point me to any reference/example code as I want to programaticaly(using NS1 python SDK) want to achieve _manual dns failover_ I am referring to this section in...

This PR adds support for missing parameters when importing zone files: - networks - views - name As both zone creation with or without a zone file to prepopulate it...

Secure environments commonly use mutual TLS (mTLS)-capable HTTP proxies to ensure only approved clients are able to make outbound calls to only approved endpoints on the Internet. The client certificates...