src/XAPI.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Showing 1 of 1 total issue

File XAPI.ts has 298 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import { AttachmentUsages, Resources, Verbs, Versions } from "./constants";
import { parseMultiPart } from "./internal/multiPart";
import { formatEndpoint } from "./internal/formatEndpoint";
import { getSearchQueryParamsAsObject } from "./helpers/getSearchQueryParamsAsObject/getSearchQueryParamsAsObject";
import { calculateISO8601Duration } from "./helpers/calculateISO8601Duration/calculateISO8601Duration";
Severity: Minor
Found in src/XAPI.ts - About 3 hrs to fix
    Category
    Status