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
As part of completing #760 a number of overloads need to be added to the client interfaces.
As an example, this has been added to IReleasesClientand IObservableReleasesClient.
IReleasesClient
IObservableReleasesClient
The checklist for porting each method is:
IRepositoryPagesClient
ApiOptions
IObservableRepositoryPagesClient
This needs to be done for each of these methods:
Task<IReadOnlyList<PagesBuild>> GetAll(String owner, String repositoryName)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As part of completing #760 a number of overloads need to be added to the client interfaces.
As an example, this has been added to
IReleasesClient
andIObservableReleasesClient
.The checklist for porting each method is:
IRepositoryPagesClient
with a new parameterApiOptions
IRepositoryPagesClient
IObservableRepositoryPagesClient
with a new parameterApiOptions
IObservableRepositoryPagesClient
This needs to be done for each of these methods:
Task<IReadOnlyList<PagesBuild>> GetAll(String owner, String repositoryName)
The text was updated successfully, but these errors were encountered: