amadeus4dev/amadeus-node

View on GitHub

Showing 1 of 52 total issues

Function constructor has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(options) {
    this.host            = options.host;
    this.port            = options.port;
    this.ssl             = options.ssl;
    this.scheme          = this.ssl ? 'https' : 'http';
Severity: Minor
Found in src/amadeus/client/request.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language