Get a specific pull request comment

Property definitions

github $ GithubAPI :: get_pull_comment
	# Get a specific pull request comment
	fun get_pull_comment(repo_slug: String, id: Int): nullable PullComment do
		return get("/repos/{repo_slug}/pulls/comments/{id}").as(nullable PullComment)
	end
lib/github/api.nit:362,2--365,4