Skip to content

Feedback: rename configuration properties #39

@minond

Description

@minond

The Configuration object should take a clientId and an apiKey instead of a username and password:

// This:
const apiConfig = new Configuration({
  clientId: process.env.MX_CLIENT_ID,
  apiKey: process.env.MX_API_KEY,
})

// Instead of this:
const apiConfig = new Configuration({
  username: process.env.MX_CLIENT_ID,
  password: process.env.MX_API_KEY,
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions