Sha256: 73015be4e9d2eb13c28abc9ab05aebbf85e6d103ec506fb180319cbfbd9717d1

Contents?: true

Size: 1.68 KB

Versions: 12

Compression:

Stored size: 1.68 KB

Contents

{
  "id": <%= id || 1 %>,
  "user": {
    "login": "<%= author %>",
    "id": 1,
    "avatar_url": "https://github.com/images/error/octocat_happy.gif",
    "gravatar_id": "",
    "url": "https://api.github.com/users/<%= author %>",
    "html_url": "https://github.com/octocat",
    "followers_url": "https://api.github.com/users/<%= author %>/followers",
    "following_url": "https://api.github.com/users/<%= author %>/following{/other_user}",
    "gists_url": "https://api.github.com/users/<%= author %>/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/<%= author %>/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/<%= author %>/subscriptions",
    "organizations_url": "https://api.github.com/users/<%= author %>/orgs",
    "repos_url": "https://api.github.com/users/<%= author %>/repos",
    "events_url": "https://api.github.com/users/<%= author %>/events{/privacy}",
    "received_events_url": "https://api.github.com/users/<%= author %>/received_events",
    "type": "User",
    "site_admin": false
  },
  "body": "<%= body || "Nice." %>",
  "commit_id": "<%= commit_id || "ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091"%>",
  "state": "<%= state || "PENDING" %>",
  "html_url": "https://github.com/Hello-World/pull/<%= pull_request_number %>#pullrequestreview-<%= id || 1 %>",
  "pull_request_url": "https://api.github.com/repos/octocat/Hello-World/pulls/<%= pull_request_number %>",
  "_links": {
    "html": {
      "href": "https://github.com/octocat/Hello-World/pull/<%= pull_request_number %>#pullrequestreview-<%= id || 1 %>"
    },
    "pull_request": {
      "href": "https://api.github.com/repos/octocat/Hello-World/pulls/<%= pull_request_number %>"
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
git_reflow-0.9.9 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.8 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.7 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.6 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.5 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.4 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.3 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.2 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.1 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.9.0 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.8.10 spec/fixtures/pull_requests/review.json.erb
git_reflow-0.8.9 spec/fixtures/pull_requests/review.json.erb