kacchan822/django-chatwork

View on GitHub
chatwork/api.py

Summary

Maintainability
A
3 hrs
Test Coverage

ChatworkApiClient has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

class ChatworkApiClient(object):
    """ API Base Class """

    def __init__(self, backend=None, api_token=None, endpoint=None):
        self.backend = get_backend(backend)(api_token=api_token,
Severity: Minor
Found in chatwork/api.py - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status