Sha256: 4a167ee047667cad779e23331282eb8b952ea369718ea5d0e78901e85e2a44d0

Contents?: true

Size: 1.43 KB

Versions: 4

Compression:

Stored size: 1.43 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

4 entries across 4 versions & 1 rubygems

Version Path
git_reflow-0.8.10 spec/fixtures/issues/comment.json.erb
git_reflow-0.8.9 spec/fixtures/issues/comment.json.erb
git_reflow-0.8.8 spec/fixtures/issues/comment.json.erb
git_reflow-0.8.7 spec/fixtures/issues/comment.json.erb