eFormCore/Communication/IHttp.cs
Class IHttp
has 49 methods (exceeds 20 allowed). Consider refactoring. Open
Open
internal interface IHttp
{
Task<string> Post(string xmlData, string siteId, string contentType = "application/xml");
Task<string> Status(string elementId, string siteId);
Method UnitUpdate
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Task<string> UnitUpdate(int id, bool newOtp, int siteId, bool pushEnabled, bool syncDelayEnabled,
bool syncDialogEnabled);
Method FolderUpdate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Task<bool> FolderUpdate(int id, string name, string description, string languageCode, int? parentId);
Method EntitySelectItemUpdate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Task<bool> EntitySelectItemUpdate(string entitySelectGroupId, string entitySelectItemId, string name,
int displayOrder, string id);
Method EntitySearchItemUpdate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Task<bool> EntitySearchItemUpdate(string entitySearchGroupId, string entitySearchItemId, string name,
string description, string id);