PersephonyAPI/javascript-sdk

View on GitHub
src/api/applications/applications.js

Summary

Maintainability
A
1 hr
Test Coverage

Function applications has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function applications (accountId, authToken) {
  var getter = common.commonGetBuilder(accountId, authToken)
  var poster = common.commonPostBuilder(accountId, authToken)
  var deleter = common.commonDeleteBuilder(accountId, authToken)

Severity: Minor
Found in src/api/applications/applications.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status