amadeus4dev/amadeus-node

View on GitHub
src/amadeus/client/request.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status