Cryptolens/cryptolens-dotnet

GetWebAPILogModel is missing properties

Opened this issue · 0 comments

According to the GetWebAPILog API documentation https://app.cryptolens.io/docs/api/v3/GetWebAPILog some properties are missing: MachineCode, EndingBefore, OrderBy

public class GetWebAPILogModel : RequestModel
{
public int Limit { get; set; }
public int StartingAfter { get; set; }
public int ProductId { get; set; }
public string Key { get; set; }
public string FriendlyName { get; set; }