How to Run the Sample Files
Step 1: Fill out config.yaml
clientId: "your-client-id"
clientSecret: "your-client-secret"
cryptoProviderKey: "your-crypto-provider-key" # Required if using OAuth
apiKey: "your-api-key"
sharedKey: "your-shared-key"
verbose: true
verify_signature: true
products:
productCode1:
licenseKey: "your-license-key"
productCode2:
username: "your-username"
password: "your-password"Was this helpful?