kkamkou/node-akamai-http-api

View on GitHub

Showing 1 of 1 total issue

Function getRequestObject has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

akamai.getRequestObject = function (path, params, cb) {
  var self = this,
    callback = function () {},
    options = _.merge(
      {url: this.getUri(path), headers: this.getHeaders(path, params.headers)},
Severity: Minor
Found in lib/akamai.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language