nrempel/dropbox-javascript

View on GitHub
src/endpoints/Endpoint.js

Summary

Maintainability
A
1 hr
Test Coverage

Function request has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  request(payload, options, callback) {
    const content = JSON.stringify(payload);

    const requestOptions = {
      host: `${options.subdomain}.${this._config.host}`,
Severity: Minor
Found in src/endpoints/Endpoint.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status