Sha256: 4bab281dfcaa698d1ad94a7c5e101ad88bb70ff94198feee321f2ee323d74b3d

Contents?: true

Size: 1.4 KB

Versions: 20

Compression:

Stored size: 1.4 KB

Contents

{
  "id": <%= id || 1 %>,
  "url": "https://api.github.com/repos/<%= repo_owner %>/<%= repo_name %>/issues/comments/<%= pull_request_number %>",
  "html_url": "https://github.com/<%= repo_owner %>/<%= repo_name %>/issues/<%= pull_request_number %>#issuecomment-1",
  "body": "<%= body || "Hmmm..." %>",
  "user": {
    "login": "<%= author %>",
    "id": 1,
    "avatar_url": "https://github.com/images/error/octocat_happy.gif",
    "gravatar_id": "somehexcode",
    "url": "https://api.github.com/users/<%= author %>",
    "html_url": "https://github.com/<%= author %>",
    "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
  },
  "created_at": "<%= created_at %>",
  "updated_at": "2011-04-14T16:00:49Z"
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
git_reflow-0.9.9 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.8 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.7 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.6 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.5 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.4 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.3 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.2 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.1 spec/fixtures/issues/comment.json.erb
git_reflow-0.9.0 spec/fixtures/issues/comment.json.erb
git_reflow-0.8.4 spec/fixtures/issues/comment.json.erb
git_reflow-0.8.3 spec/fixtures/issues/comment.json.erb
git_reflow-0.8.2 spec/fixtures/issues/comment.json.erb
git_reflow-0.8.1 spec/fixtures/issues/comment.json.erb
git_reflow-0.8.0 spec/fixtures/issues/comment.json.erb
git_reflow-0.7.5 spec/fixtures/issues/comment.json.erb
git_reflow-0.7.4 spec/fixtures/issues/comment.json.erb
git_reflow-0.7.2 spec/fixtures/issues/comment.json.erb
git_reflow-0.7.1 spec/fixtures/issues/comment.json.erb
git_reflow-0.7.0 spec/fixtures/issues/comment.json.erb