chingor13/json_api_client

View on GitHub
lib/json_api_client/paginating/nested_param_paginator.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class NestedParamPaginator has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

    class NestedParamPaginator
      DEFAULT_WRAPPER_NAME = "page".freeze
      DEFAULT_PAGE_PARAM = "page".freeze
      DEFAULT_PER_PAGE_PARAM = "per_page".freeze

Severity: Minor
Found in lib/json_api_client/paginating/nested_param_paginator.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status