feathersjs/feathers-rest-client

View on GitHub
lib/angular-http-client.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  request (options, params) {
    const httpClient = this.connection;
    const HttpHeaders = this.options.HttpHeaders;

    if (!httpClient || !HttpHeaders) {
Severity: Minor
Found in lib/angular-http-client.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status