maxkueng/eztvapi

View on GitHub
src/index.js

Summary

Maintainability
B
4 hrs
Test Coverage

File index.js has 279 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/* @flow */

import axios from 'axios';
import wyt from 'wyt';

Severity: Minor
Found in src/index.js - About 2 hrs to fix

    Function createClient has 36 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export function createClient(options?: EztvApiClientOptions = {}): EztvApiClient {
      const opts = {
        ...defaultOptions,
        ...options,
      };
    Severity: Minor
    Found in src/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status