Skip to content

GetWebAPILogModel is missing properties #62

@ghost

Description

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; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions