Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 238 Bytes

File metadata and controls

16 lines (12 loc) · 238 Bytes

HotLoop SDK

A package for interacting with HotLoop

Setup

const opts = { 
  userAgent: 'some-system',
  timeout: 5000,
  retries: 3, 
  retryDelay: 1000
}

const client = HotLoopSdkFactory.getInstance(token, opts)