ActiveCampaign/postmark-gem

View on GitHub
lib/postmark/account_api_client.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class AccountApiClient has 32 methods (exceeds 20 allowed). Consider refactoring.
Open

  class AccountApiClient < Client

    def initialize(api_token, options = {})
      options = options.dup
      options[:auth_header_name] = 'X-Postmark-Account-Token'
Severity: Minor
Found in lib/postmark/account_api_client.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status