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.

76 lines
3.4 KiB

  1. HTTP/1.1 200 OK
  2. Server: GitHub.com
  3. Date: Fri, 21 Apr 2017 15:08:10 GMT
  4. Content-Type: application/json; charset=utf-8
  5. Content-Length: 2415
  6. Status: 200 OK
  7. X-RateLimit-Limit: 60
  8. X-RateLimit-Remaining: 59
  9. X-RateLimit-Reset: 1492790890
  10. Cache-Control: public, max-age=60, s-maxage=60
  11. Vary: Accept
  12. ETag: "8bb1e470c72305c381e9c1cf336f960f"
  13. Last-Modified: Thu, 20 Apr 2017 12:55:34 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: e14705a23c085afeff5e104b1fc3922a
  24. X-GitHub-Request-Id: F706:2FD1:1984FFC:1FD658F:58FA2059
  25. {
  26. "url": "https://api.github.com/repos/idno/Known/issues/1690",
  27. "repository_url": "https://api.github.com/repos/idno/Known",
  28. "labels_url": "https://api.github.com/repos/idno/Known/issues/1690/labels{/name}",
  29. "comments_url": "https://api.github.com/repos/idno/Known/issues/1690/comments",
  30. "events_url": "https://api.github.com/repos/idno/Known/issues/1690/events",
  31. "html_url": "https://github.com/idno/Known/pull/1690",
  32. "id": 220719149,
  33. "number": 1690,
  34. "title": "fixes bookmark Microformats markup",
  35. "user": {
  36. "login": "aaronpk",
  37. "id": 113001,
  38. "avatar_url": "https://avatars2.githubusercontent.com/u/113001?v=3",
  39. "gravatar_id": "",
  40. "url": "https://api.github.com/users/aaronpk",
  41. "html_url": "https://github.com/aaronpk",
  42. "followers_url": "https://api.github.com/users/aaronpk/followers",
  43. "following_url": "https://api.github.com/users/aaronpk/following{/other_user}",
  44. "gists_url": "https://api.github.com/users/aaronpk/gists{/gist_id}",
  45. "starred_url": "https://api.github.com/users/aaronpk/starred{/owner}{/repo}",
  46. "subscriptions_url": "https://api.github.com/users/aaronpk/subscriptions",
  47. "organizations_url": "https://api.github.com/users/aaronpk/orgs",
  48. "repos_url": "https://api.github.com/users/aaronpk/repos",
  49. "events_url": "https://api.github.com/users/aaronpk/events{/privacy}",
  50. "received_events_url": "https://api.github.com/users/aaronpk/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": 0,
  63. "created_at": "2017-04-10T17:44:57Z",
  64. "updated_at": "2017-04-20T12:55:34Z",
  65. "closed_at": null,
  66. "pull_request": {
  67. "url": "https://api.github.com/repos/idno/Known/pulls/1690",
  68. "html_url": "https://github.com/idno/Known/pull/1690",
  69. "diff_url": "https://github.com/idno/Known/pull/1690.diff",
  70. "patch_url": "https://github.com/idno/Known/pull/1690.patch"
  71. },
  72. "body": "## Here's what I fixed or added:\r\n\r\nI updated the bookmark template to use `u-bookmark-of` instead of `p-bookmark`. This fixes the parsed version of bookmark posts.\r\n\r\n## Here's why I did it:\r\n\r\nThe bookmark Microformats were setting only the plaintext `bookmark` property which caused bookmarks to not actually reference the URL they are bookmarks of.\r\n",
  73. "closed_by": null
  74. }