kkamkou/node-akamai-http-api

View on GitHub
lib/akamai.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status