GoodforGod/bloxy-api

View on GitHub
src/main/kotlin/io/api/bloxy/core/impl/BasicProvider.kt

Summary

Maintainability
A
1 hr
Test Coverage

Method getOffset has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    /**
     * Is used as GET fun for API endpoints with limit and offset
     * Could cycle to get max amount and emulate single request
     *
     * Example (max limit 100, max offset 100000)
Severity: Minor
Found in src/main/kotlin/io/api/bloxy/core/impl/BasicProvider.kt - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status