-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pluralized API? Yea or Nay? #375
Comments
I did singular for the property names because |
We've already shipped public releases, the ⛵ has sailed on this one. Don't Break People™ |
Not sure I agree with this. We're pre 1.0 still and there's a lot of work to do yet before we get there. |
I agree with @shiftkey. We've deliberately not cut a 1.0 release for this reason. Also, Octokit on NuGet has 557 downloads. I think people will survive. It's a disappointingly low count, but we haven't really put our marketing muscle into it yet. |
We're doing an API audit in #1038 and have marked a few things as obsolete in the most recent release. I think we settled on singular for the naming convention, but we'll use that to keep things up to date (and later enforce this via convention/integration tests) |
So we have docs that look like this
And our interface for the root
GitHubClient
looks like this:Two questions I have:
IActivityClient
instead ofIActivitiesClient
)The text was updated successfully, but these errors were encountered: