pomeo/node-insales

View on GitHub

Showing 1 of 40 total issues

InSales has 45 functions (exceeds 20 allowed). Consider refactoring.
Open

class InSales {
  constructor(options) {
    const _options = options || {};
    if (!_options.id) throw new Error('Missing app id');
    if (!_options.secret) throw new Error('Missing app secret');
Severity: Minor
Found in lib/api.js - About 6 hrs to fix
    Severity
    Category
    Status
    Source
    Language