Skip to content

Clarify RpdePage usage #13

@nickevansuk

Description

@nickevansuk

Clarify usage by naming arguments currentPageAfterTimestamp and currentPageAfterId, to ensure they are not misinterpretted as values from the next page.

/// <param name="feedBaseUrl">The base URL of the feed, used to construct the "next" URL.</param>
/// <param name="afterTimestamp">The afterTimestamp query parameter value of the current request.</param>
/// <param name="afterId">The afterId query parameter value of the current request.</param>
/// <param name="items">Items to include in the RPDE Page</param>
public RpdePage(Uri feedBaseUrl, long? afterTimestamp, ComparableSingleValue<long, string>? afterId, List<RpdeItem> items)

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