How to use the @typeform/api-client.createClient function in @typeform/api-client

To help you get started, we’ve selected a few @typeform/api-client 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 lirantal / typeform-client / src / Form / Form.js View on Github external
constructor({apiKey} = {}) {
    this.apiKey = apiKey || process.env.TYPEFORM_API_KEY
    this.client = createClient({token: this.apiKey})
  }

@typeform/api-client

JS SDK for Typeform API

MIT
Latest version published 1 month ago

Package Health Score

84 / 100
Full package analysis

Popular @typeform/api-client functions