* 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
* Add HTTP 451: Legal Takedown Exception.
* Add LegalRestrictionException in HandleErrors.
* Cast 451 to HttpStatusCode and include exception in csproj files.
* Tests added and "FixProjects".
* Fix: 403 -> 451 in 451Tests.