feathersjs/feathers-rest-client

View on GitHub

Showing 2 of 6 total issues

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

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

      request (options, params) {
        const http = this.connection;
        const Headers = this.options.Headers;
    
        if (!http || !Headers) {
    Severity: Minor
    Found in lib/angular.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language