Promact/slack-erp-custom-integration-mvc

View on GitHub
Slack.Automation/Promact.Erp.Util/HttpClient/IHttpClientService.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

        Task<string> PostAsync(string baseUrl, string contentString, string contentHeader, string accessToken, string accessTokenType);
Severity: Minor
Found in Slack.Automation/Promact.Erp.Util/HttpClient/IHttpClientService.cs - About 35 mins to fix

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

            Task<string> PutAsync(string baseUrl, string contentString, string contentHeader, string accessToken, string accessTokenType);
    Severity: Minor
    Found in Slack.Automation/Promact.Erp.Util/HttpClient/IHttpClientService.cs - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status