* Add a warning to the statistics client about caching
* Simplify note about caching and direct users to the API docs
Also update to use summary instead of remarks
* Merge the summary sections as the 2nd section is ignored in VS
* squash duplicate summary tags together
* Also squash these lines
* updated xml documentation of Deployments method
* fixed in OrganizationMembersClient.Delete method.
* Revert "fixed in OrganizationMembersClient.Delete method."
This reverts commit f47405f5337e60945fdb3ccf1368f16069599217.
* fixed usage of "repos/{0}/{1}".FormatUri(owner, name);
* fixed usage of "user/keys/{0}".FormatUri(id)
* fixed usage of "users/{0}".FormatUri(login)
* added ApiUrls.StatsContributors method
fixed usage of "repos/{0}/{1}/stats/contributors".FormatUri(owner, repositoryName)
* added method ApiUrls.StatsCommitActivity
fixed usage of "repos/{0}/{1}/stats/commit_activity".FormatUri(owner, repositoryName)
* fix to prev. commit
* added method ApiUrls.StatsCodeFrequency
fixed usage of "repos/{0}/{1}/stats/code_frequency".FormatUri(owner, name)
* added method ApiUrls.StatsParticipation
fixed usage of "repos/{0}/{1}/stats/participation".FormatUri(owner, name)
* added method ApiUrls.StatsPunchCard
fixed usage of "repos/{0}/{1}/stats/punch_card".FormatUri(owner, name)
fixed documentation
* added method ApiUrls.RepoCollaborator
fixed usage of "repos/{0}/{1}/collaborators/{2}".FormatUri(owner, repo, user)
* added method ApiUrls.OrganizationMember
fixed usage of"orgs/{0}/members/{1}".FormatUri(org, user)
* added method ApiUrls.Organization
fixed usage of "orgs/{0}".FormatUri(organizationName)
* Fixed inconsistency in ApiUrls.cs (#1287)
* Fix inconsistecy in parameters name that used in methods that use "repos/{0}/{1}" syntax.
* added XML documentation for PullRequestFiles method
* updated XML documentation of some methods in ApiUrls
* added needed XML doc tags
* fixed name of parameter
* fixed name of parameter
* undo prev. commit
* updated XML documentation of ApiUrls
* fixed after merge errors
* fxied after merge errors
* added OrganizationMembersClient accidentaly missed during rebase
* errors fixed arises during merging
* fixed by remarks
This was one of the cases we didn't notice, and so it causes the
StatisticsClient to drop the /api/v3/ prefix that GitHub Enterprise
requires to route things correctly.
Most calls to `GetQueuedOperation` are used to queue up an operation
that'll return a collection in a subsequent call. In the case that the
API returns No Content, we want to return an empty collection. This
refactoring embeds that last bit of logic into `GetQueuedOperation`
rather than making every caller have to do it.
Not enjoying this api. Will sort out all of these response types arrays
with secret meanings elsewhere. What is even a list of list of int.
Sanity. It's coming....