Showing 3 of 3 total issues
Class Client
has 33 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class Client
include Edmodo::API::Request
include HTTParty
Method new_event
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def new_event user_token, description, start_date, end_date, user_recipients, group_recipients
Method user_post
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def user_post user_token, content, user_recipients, group_recipients, attachments = nil