Installation
Official SDKs are available for Node.js and Python.
Node.js
npm install @acme/sdkPython
pip install acme-sdkVerify
Import the client and print the version:
import acme
print(acme.__version__)Official SDKs are available for Node.js and Python.
npm install @acme/sdkpip install acme-sdkImport the client and print the version:
import acme
print(acme.__version__)