How to use the novadax.impl.HTTPClient function in novadax

To help you get started, we’ve selected a few novadax examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github novadaxsdk / Python / novadax / request_client.py View on Github external
def __init__(self, access_key=None, secret_key=None, url='https://api.novadax.com'):
        self._http = HTTPClient(url, access_key, secret_key)

novadax

NovaDAX API SDK

Unknown
Latest version published 2 years ago

Package Health Score

27 / 100
Full package analysis

Similar packages