TINYhr/tiny_client

View on GitHub

Showing 4 of 6 total issues

Class Resource has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Resource
    include PaginationSupport
    include NestedSupport

    class << self
Severity: Minor
Found in lib/tiny_client/resource.rb - About 2 hrs to fix

    Method perform_post has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def perform_post(url, headers, content, connect_timeout, verbose)
    Severity: Minor
    Found in lib/tiny_client/curb_requestor.rb - About 35 mins to fix

      Method perform_put has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

            def perform_put(url, headers, content, connect_timeout, verbose)
      Severity: Minor
      Found in lib/tiny_client/curb_requestor.rb - About 35 mins to fix

        Method perform has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

              def perform(verb, url, post_body, put_data, options = {})
        Severity: Minor
        Found in lib/tiny_client/curb_requestor.rb - About 35 mins to fix
          Severity
          Category
          Status
          Source
          Language