We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refer #1659
IReferencesClient and IObservableReferencesClient
GetAll(string owner, string name)
GetAll(long repositoryId)
GetAllForSubNamespace(string owner, string name, string subNamespace)
GetAllForSubNamespace(long repositoryId, string subNamespace)
Remove convention test exclusion
Add ApiOptions overload
ApiOptions
ApiOptions.None
Update unit tests
null
Add pagination Integration tests
ReturnsCorrectCountOfXWithoutStart
ReturnsCorrectCountOfXWithStart
ReturnsDistinctXBasedOnStartPage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Refer #1659
Implement Pagination on the following clients
IReferencesClient and IObservableReferencesClient
GetAll(string owner, string name)
GetAll(long repositoryId)
GetAllForSubNamespace(string owner, string name, string subNamespace)
GetAllForSubNamespace(long repositoryId, string subNamespace)
Checklist
Remove convention test exclusion
Add
ApiOptions
overloadApiOptions.None
Update unit tests
ApiOptions
parameternull
check forApiOptions
Add pagination Integration tests
ReturnsCorrectCountOfXWithoutStart
ReturnsCorrectCountOfXWithStart
ReturnsDistinctXBasedOnStartPage
The text was updated successfully, but these errors were encountered: