Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify RpdePage usage #13

Open
nickevansuk opened this issue Feb 17, 2021 · 0 comments
Open

Clarify RpdePage usage #13

nickevansuk opened this issue Feb 17, 2021 · 0 comments

Comments

@nickevansuk
Copy link
Contributor

nickevansuk commented Feb 17, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant