API

This module exposes the APIClient, which is the main entry point to the nOps SDK.

Example usage:
>>> from nops_sdk.api import APIClient
>>> client = APIClient()
>>> client.get_accounts()
[Account(id=1, name='my test account', client=Client(id=14428))]

API Client

nops_sdk.api.APIClient.__init__(self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.