gabceb/edmodo-api

View on GitHub

Showing 3 of 3 total issues

Class Client has 33 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Client

      include Edmodo::API::Request
      include HTTParty

Severity: Minor
Found in lib/edmodo-api/client.rb - About 4 hrs to fix

    Method new_event has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def new_event user_token, description, start_date, end_date, user_recipients, group_recipients
    Severity: Minor
    Found in lib/edmodo-api/client.rb - About 45 mins to fix

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

            def user_post user_token, content, user_recipients, group_recipients, attachments = nil
      Severity: Minor
      Found in lib/edmodo-api/client.rb - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language