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
We need to tidy up the SearchUsersRequest class:
SearchUsersRequest
https://github.com/octokit/octokit.net/blob/master/Octokit/Models/Request/SearchUsersRequest.cs
to match what is currently in the API documentation:
http://developer.github.com/v3/search/#search-users
RequestParameters
Parameters
Sort
The text was updated successfully, but these errors were encountered:
I got this ⚡
Sorry, something went wrong.
So this happened! 🤘 🎉 💃
No branches or pull requests
We need to tidy up the
SearchUsersRequest
class:https://github.com/octokit/octokit.net/blob/master/Octokit/Models/Request/SearchUsersRequest.cs
to match what is currently in the API documentation:
http://developer.github.com/v3/search/#search-users
RequestParameters
, but expose aParameters
property and build it up similar to how SearchRepositoriesRequest worksSort
propertyThe text was updated successfully, but these errors were encountered: