arturictus/wrappi

View on GitHub
lib/wrappi/endpoint.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Class Endpoint has 39 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Endpoint < Miller.base(
    :verb, :client, :path, :default_params,
    :headers, :follow_redirects, :basic_auth,
    :body_type, :retry_options, :cache, #:cache_options,
    :async_callback,
Severity: Minor
Found in lib/wrappi/endpoint.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status