You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
3.1 KiB

  1. HTTP/1.1 200 OK
  2. Server: GitHub.com
  3. Date: Fri, 21 Apr 2017 15:57:52 GMT
  4. Content-Type: application/json; charset=utf-8
  5. Content-Length: 2188
  6. Status: 200 OK
  7. X-RateLimit-Limit: 60
  8. X-RateLimit-Remaining: 51
  9. X-RateLimit-Reset: 1492790890
  10. Cache-Control: public, max-age=60, s-maxage=60
  11. Vary: Accept
  12. ETag: "9bd5ea8062c126b9d42f9b86b74337e5"
  13. Last-Modified: Tue, 11 Apr 2017 10:12:57 GMT
  14. X-GitHub-Media-Type: github.v3; format=json
  15. Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
  16. Access-Control-Allow-Origin: *
  17. Content-Security-Policy: default-src 'none'
  18. Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
  19. X-Content-Type-Options: nosniff
  20. X-Frame-Options: deny
  21. X-XSS-Protection: 1; mode=block
  22. Vary: Accept-Encoding
  23. X-Served-By: 15bc4ab707db6d6b474783868c7cc828
  24. X-GitHub-Request-Id: CE5A:2FD1:1A1AFDC:209084E:58FA2C00
  25. {
  26. "url": "https://api.github.com/repos/aaronpk/XRay/issues/25",
  27. "repository_url": "https://api.github.com/repos/aaronpk/XRay",
  28. "labels_url": "https://api.github.com/repos/aaronpk/XRay/issues/25/labels{/name}",
  29. "comments_url": "https://api.github.com/repos/aaronpk/XRay/issues/25/comments",
  30. "events_url": "https://api.github.com/repos/aaronpk/XRay/issues/25/events",
  31. "html_url": "https://github.com/aaronpk/XRay/issues/25",
  32. "id": 203380820,
  33. "number": 25,
  34. "title": "Post type discovery",
  35. "user": {
  36. "login": "sebsel",
  37. "id": 16517999,
  38. "avatar_url": "https://avatars3.githubusercontent.com/u/16517999?v=3",
  39. "gravatar_id": "",
  40. "url": "https://api.github.com/users/sebsel",
  41. "html_url": "https://github.com/sebsel",
  42. "followers_url": "https://api.github.com/users/sebsel/followers",
  43. "following_url": "https://api.github.com/users/sebsel/following{/other_user}",
  44. "gists_url": "https://api.github.com/users/sebsel/gists{/gist_id}",
  45. "starred_url": "https://api.github.com/users/sebsel/starred{/owner}{/repo}",
  46. "subscriptions_url": "https://api.github.com/users/sebsel/subscriptions",
  47. "organizations_url": "https://api.github.com/users/sebsel/orgs",
  48. "repos_url": "https://api.github.com/users/sebsel/repos",
  49. "events_url": "https://api.github.com/users/sebsel/events{/privacy}",
  50. "received_events_url": "https://api.github.com/users/sebsel/received_events",
  51. "type": "User",
  52. "site_admin": false
  53. },
  54. "labels": [
  55. ],
  56. "state": "open",
  57. "locked": false,
  58. "assignee": null,
  59. "assignees": [
  60. ],
  61. "milestone": null,
  62. "comments": 3,
  63. "created_at": "2017-01-26T14:13:42Z",
  64. "updated_at": "2017-01-29T17:59:31Z",
  65. "closed_at": null,
  66. "body": "I don't know if this is the right place, but since I was trying to capture some of php-comments shortcomings, here is a shortcoming of XRay I found :)\r\n\r\n> sebsel a thing to note: php-comments gives a 'type' with values like 'reply' and 'like', but XRay just gives 'type=entry' with a 'like-of'. So they do different things.\r\nhttps://chat.indieweb.org/dev/2017-01-02#t1483372296121000\r\n\r\nhttps://www.w3.org/TR/post-type-discovery/",
  67. "closed_by": null
  68. }