github api 获取pr

刚好有需要这个,从StackOverflow上找到的,忘了记录地址了。
比如

https://api.github.com/search/issues?q=author:PikachuHy+type:pr
pikachu@pikachu-PC:~/Desktop$ curl https://api.github.com/search/issues?q=author:PikachuHy+type:pr
{
  "total_count": 21,
  "incomplete_results": false,
  "items": [
    {
      "url": "https://api.github.com/repos/ghtorrent/ghtorrent.org/issues/647",
      "repository_url": "https://api.github.com/repos/ghtorrent/ghtorrent.org",
      "labels_url": "https://api.github.com/repos/ghtorrent/ghtorrent.org/issues/647/labels{/name}",
      "comments_url": "https://api.github.com/repos/ghtorrent/ghtorrent.org/issues/647/comments",
      "events_url": "https://api.github.com/repos/ghtorrent/ghtorrent.org/issues/647/events",
      "html_url": "https://github.com/ghtorrent/ghtorrent.org/pull/647",
      "id": 425193661,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjY0MzQ4Nzk4",
      "number": 647,
      "title": "Update keys.txt",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2019-03-26T02:11:56Z",
      "updated_at": "2019-03-26T02:11:56Z",
      "closed_at": null,
      "author_association": "NONE",
      "pull_request": {
        "url": "https://api.github.com/repos/ghtorrent/ghtorrent.org/pulls/647",
        "html_url": "https://github.com/ghtorrent/ghtorrent.org/pull/647",
        "diff_url": "https://github.com/ghtorrent/ghtorrent.org/pull/647.diff",
        "patch_url": "https://github.com/ghtorrent/ghtorrent.org/pull/647.patch"
      },
      "body": "",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/linuxdeepin/dde-dock/issues/152",
      "repository_url": "https://api.github.com/repos/linuxdeepin/dde-dock",
      "labels_url": "https://api.github.com/repos/linuxdeepin/dde-dock/issues/152/labels{/name}",
      "comments_url": "https://api.github.com/repos/linuxdeepin/dde-dock/issues/152/comments",
      "events_url": "https://api.github.com/repos/linuxdeepin/dde-dock/issues/152/events",
      "html_url": "https://github.com/linuxdeepin/dde-dock/pull/152",
      "id": 423573203,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjYzMTE3MDA5",
      "number": 152,
      "title": "docs(plugins-developer-guide.md): disambiguate",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 1,
      "created_at": "2019-03-21T05:00:58Z",
      "updated_at": "2019-03-22T12:54:52Z",
      "closed_at": null,
      "author_association": "NONE",
      "pull_request": {
        "url": "https://api.github.com/repos/linuxdeepin/dde-dock/pulls/152",
        "html_url": "https://github.com/linuxdeepin/dde-dock/pull/152",
        "diff_url": "https://github.com/linuxdeepin/dde-dock/pull/152.diff",
        "patch_url": "https://github.com/linuxdeepin/dde-dock/pull/152.patch"
      },
      "body": "",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/justforlxz/deepin-topbar/issues/139",
      "repository_url": "https://api.github.com/repos/justforlxz/deepin-topbar",
      "labels_url": "https://api.github.com/repos/justforlxz/deepin-topbar/issues/139/labels{/name}",
      "comments_url": "https://api.github.com/repos/justforlxz/deepin-topbar/issues/139/comments",
      "events_url": "https://api.github.com/repos/justforlxz/deepin-topbar/issues/139/events",
      "html_url": "https://github.com/justforlxz/deepin-topbar/pull/139",
      "id": 423359948,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjYyOTQ5MTMx",
      "number": 139,
      "title": "feat: system info support cpu and memory",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 3,
      "created_at": "2019-03-20T16:46:23Z",
      "updated_at": "2019-03-21T07:48:24Z",
      "closed_at": "2019-03-21T07:48:24Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/justforlxz/deepin-topbar/pulls/139",
        "html_url": "https://github.com/justforlxz/deepin-topbar/pull/139",
        "diff_url": "https://github.com/justforlxz/deepin-topbar/pull/139.diff",
        "patch_url": "https://github.com/justforlxz/deepin-topbar/pull/139.patch"
      },
      "body": "preview\r\n![pic](http://cdn.pikachu.net.cn//deepin-topbar/cpu_mem.png)\r\n",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/ElemeFE/vue-amap/issues/492",
      "repository_url": "https://api.github.com/repos/ElemeFE/vue-amap",
      "labels_url": "https://api.github.com/repos/ElemeFE/vue-amap/issues/492/labels{/name}",
      "comments_url": "https://api.github.com/repos/ElemeFE/vue-amap/issues/492/comments",
      "events_url": "https://api.github.com/repos/ElemeFE/vue-amap/issues/492/events",
      "html_url": "https://github.com/ElemeFE/vue-amap/pull/492",
      "id": 395477803,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjQxOTIxMTY0",
      "number": 492,
      "title": "fix(toolbar.md): typo idk -> sdk",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2019-01-03T07:24:57Z",
      "updated_at": "2019-03-28T01:52:06Z",
      "closed_at": "2019-03-28T01:52:06Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/ElemeFE/vue-amap/pulls/492",
        "html_url": "https://github.com/ElemeFE/vue-amap/pull/492",
        "diff_url": "https://github.com/ElemeFE/vue-amap/pull/492.diff",
        "patch_url": "https://github.com/ElemeFE/vue-amap/pull/492.patch"
      },
      "body": "Thanks a lot for such a wonderful lib.\r\nI find a typo when I read your doc.\r\n",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/rekols/kugou-music/issues/3",
      "repository_url": "https://api.github.com/repos/rekols/kugou-music",
      "labels_url": "https://api.github.com/repos/rekols/kugou-music/issues/3/labels{/name}",
      "comments_url": "https://api.github.com/repos/rekols/kugou-music/issues/3/comments",
      "events_url": "https://api.github.com/repos/rekols/kugou-music/issues/3/events",
      "html_url": "https://github.com/rekols/kugou-music/pull/3",
      "id": 388072530,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjM2NDIwMTM0",
      "number": 3,
      "title": "docs(README.md): add dependences",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 1,
      "created_at": "2018-12-06T06:20:10Z",
      "updated_at": "2018-12-06T06:31:46Z",
      "closed_at": "2018-12-06T06:23:06Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/rekols/kugou-music/pulls/3",
        "html_url": "https://github.com/rekols/kugou-music/pull/3",
        "diff_url": "https://github.com/rekols/kugou-music/pull/3.diff",
        "patch_url": "https://github.com/rekols/kugou-music/pull/3.patch"
      },
      "body": "if no `libqt5multimedia5-plugins` installed, there is a error.\r\n```shell\r\n    defaultServiceProvider::requestService(): no service found for - \"org.qt-project.qt.mediaplayer\"\r\n```\r\n",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/linuxdeepin/deepin-manual/issues/3",
      "repository_url": "https://api.github.com/repos/linuxdeepin/deepin-manual",
      "labels_url": "https://api.github.com/repos/linuxdeepin/deepin-manual/issues/3/labels{/name}",
      "comments_url": "https://api.github.com/repos/linuxdeepin/deepin-manual/issues/3/comments",
      "events_url": "https://api.github.com/repos/linuxdeepin/deepin-manual/issues/3/events",
      "html_url": "https://github.com/linuxdeepin/deepin-manual/pull/3",
      "id": 386842398,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjM1NDY2MTE2",
      "number": 3,
      "title": "fix(README.md): Manuals installation path error",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 1,
      "created_at": "2018-12-03T14:27:51Z",
      "updated_at": "2018-12-19T09:57:07Z",
      "closed_at": "2018-12-19T09:57:06Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/linuxdeepin/deepin-manual/pulls/3",
        "html_url": "https://github.com/linuxdeepin/deepin-manual/pull/3",
        "diff_url": "https://github.com/linuxdeepin/deepin-manual/pull/3.diff",
        "patch_url": "https://github.com/linuxdeepin/deepin-manual/pull/3.patch"
      },
      "body": "/usr/share/deepin-manual/manual\r\n```shell\r\npikachu@pikachu-PC:/usr/share/deepin-manual/manual$ ls\r\nbulbasaur          deepin-cloud-print              deepin-movie                   deepin-system-monitor\r\ndde                deepin-cloud-scan               deepin-music                   deepin-terminal\r\ndde-file-manager   deepin-deb-installer            deepin-presentation-assistant  deepin-voice-recorder\r\ndeepin-appstore    deepin-editor                   deepin-remote-assistance       youdao-dict\r\ndeepin-boot-maker  deepin-font-installer           deepin-repair-tools\r\ndeepin-calculator  deepin-graphics-driver-manager  deepin-screen-recorder\r\ndeepin-clone       deepin-image-viewer             deepin-screenshot\r\npikachu@pikachu-PC:/usr/share/deepin-manual/manual$ \r\n\r\n```\r\n\r\n/usr/share/dman\r\n```shelll\r\npikachu@pikachu-PC:/usr/share/dman$ ls\r\ndeepin-cloud-scan\r\npikachu@pikachu-PC:/usr/share/dman$ \r\n\r\n```\r\n",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/gcmwhite/lizhiFM/issues/1",
      "repository_url": "https://api.github.com/repos/gcmwhite/lizhiFM",
      "labels_url": "https://api.github.com/repos/gcmwhite/lizhiFM/issues/1/labels{/name}",
      "comments_url": "https://api.github.com/repos/gcmwhite/lizhiFM/issues/1/comments",
      "events_url": "https://api.github.com/repos/gcmwhite/lizhiFM/issues/1/events",
      "html_url": "https://github.com/gcmwhite/lizhiFM/pull/1",
      "id": 369573713,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjIyNDgzNTc4",
      "number": 1,
      "title": "支持flatpak打包",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 2,
      "created_at": "2018-10-12T14:22:59Z",
      "updated_at": "2018-10-15T11:19:07Z",
      "closed_at": null,
      "author_association": "NONE",
      "pull_request": {
        "url": "https://api.github.com/repos/gcmwhite/lizhiFM/pulls/1",
        "html_url": "https://github.com/gcmwhite/lizhiFM/pull/1",
        "diff_url": "https://github.com/gcmwhite/lizhiFM/pull/1.diff",
        "patch_url": "https://github.com/gcmwhite/lizhiFM/pull/1.patch"
      },
      "body": "合并我的代码后,安装flatpak的文档即可一步步完成flatpak打包。(如果不合我的改动,也打包失败)\r\n在README中,我也增加了打包相关的部分。\r\n附件是我在本地打好的一个flatpak单文件包。\r\n\r\n\r\n[lizhiFM.flatpak.tar.gz](https://github.com/gcmwhite/lizhiFM/files/2473433/lizhiFM.flatpak.tar.gz)\r\n",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/flatpak/flatpak-docs/issues/144",
      "repository_url": "https://api.github.com/repos/flatpak/flatpak-docs",
      "labels_url": "https://api.github.com/repos/flatpak/flatpak-docs/issues/144/labels{/name}",
      "comments_url": "https://api.github.com/repos/flatpak/flatpak-docs/issues/144/comments",
      "events_url": "https://api.github.com/repos/flatpak/flatpak-docs/issues/144/events",
      "html_url": "https://github.com/flatpak/flatpak-docs/pull/144",
      "id": 369511313,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjIyNDM1NTQz",
      "number": 144,
      "title": "Update README.rst",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 2,
      "created_at": "2018-10-12T11:27:12Z",
      "updated_at": "2018-10-12T17:15:23Z",
      "closed_at": "2018-10-12T17:15:23Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/flatpak/flatpak-docs/pulls/144",
        "html_url": "https://github.com/flatpak/flatpak-docs/pull/144",
        "diff_url": "https://github.com/flatpak/flatpak-docs/pull/144.diff",
        "patch_url": "https://github.com/flatpak/flatpak-docs/pull/144.patch"
      },
      "body": "",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/flatpak/flatpak-docs/issues/143",
      "repository_url": "https://api.github.com/repos/flatpak/flatpak-docs",
      "labels_url": "https://api.github.com/repos/flatpak/flatpak-docs/issues/143/labels{/name}",
      "comments_url": "https://api.github.com/repos/flatpak/flatpak-docs/issues/143/comments",
      "events_url": "https://api.github.com/repos/flatpak/flatpak-docs/issues/143/events",
      "html_url": "https://github.com/flatpak/flatpak-docs/pull/143",
      "id": 367612521,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjIwOTg1NzYx",
      "number": 143,
      "title": "docs: update README",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2018-10-08T01:00:08Z",
      "updated_at": "2018-10-10T02:39:31Z",
      "closed_at": "2018-10-10T02:39:31Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/flatpak/flatpak-docs/pulls/143",
        "html_url": "https://github.com/flatpak/flatpak-docs/pull/143",
        "diff_url": "https://github.com/flatpak/flatpak-docs/pull/143.diff",
        "patch_url": "https://github.com/flatpak/flatpak-docs/pull/143.patch"
      },
      "body": "",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/s/libQtShadowsocks/issues/195",
      "repository_url": "https://api.github.com/repos/s/libQtShadowsocks",
      "labels_url": "https://api.github.com/repos/s/libQtShadowsocks/issues/195/labels{/name}",
      "comments_url": "https://api.github.com/repos/s/libQtShadowsocks/issues/195/comments",
      "events_url": "https://api.github.com/repos/s/libQtShadowsocks/issues/195/events",
      "html_url": "https://github.com/s/libQtShadowsocks/pull/195",
      "id": 356292068,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MjEyNTk4Njgw",
      "number": 195,
      "title": "feat: add conan support",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 1,
      "created_at": "2018-09-02T15:41:17Z",
      "updated_at": "2018-09-14T22:38:33Z",
      "closed_at": "2018-09-14T22:38:26Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/s/libQtShadowsocks/pulls/195",
        "html_url": "https://github.com/s/libQtShadowsocks/pull/195",
        "diff_url": "https://github.com/s/libQtShadowsocks/pull/195.diff",
        "patch_url": "https://github.com/s/libQtShadowsocks/pull/195.patch"
      },
      "body": "build example\r\n```\r\nmkdir build && cd build\r\nconan install ..\r\ncmake -DUSE_CONAN=ON ..\r\nmake\r\n```\r\nfor conan, a c/c++ package manager for developers\r\nmore information please refer to https://conan.io/",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/sonichy/CMDU_DDE_DOCK/issues/12",
      "repository_url": "https://api.github.com/repos/sonichy/CMDU_DDE_DOCK",
      "labels_url": "https://api.github.com/repos/sonichy/CMDU_DDE_DOCK/issues/12/labels{/name}",
      "comments_url": "https://api.github.com/repos/sonichy/CMDU_DDE_DOCK/issues/12/comments",
      "events_url": "https://api.github.com/repos/sonichy/CMDU_DDE_DOCK/issues/12/events",
      "html_url": "https://github.com/sonichy/CMDU_DDE_DOCK/pull/12",
      "id": 324609777,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTg5MTc2MDkz",
      "number": 12,
      "title": "Add cmake support",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 1,
      "created_at": "2018-05-19T07:38:15Z",
      "updated_at": "2018-12-03T03:17:01Z",
      "closed_at": "2018-12-03T03:17:01Z",
      "author_association": "NONE",
      "pull_request": {
        "url": "https://api.github.com/repos/sonichy/CMDU_DDE_DOCK/pulls/12",
        "html_url": "https://github.com/sonichy/CMDU_DDE_DOCK/pull/12",
        "diff_url": "https://github.com/sonichy/CMDU_DDE_DOCK/pull/12.diff",
        "patch_url": "https://github.com/sonichy/CMDU_DDE_DOCK/pull/12.patch"
      },
      "body": "Hi, I add cmake support to build the plugin.\r\nThis tool is wonderful.\r\nThanks.",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/intel/chainer/issues/8",
      "repository_url": "https://api.github.com/repos/intel/chainer",
      "labels_url": "https://api.github.com/repos/intel/chainer/issues/8/labels{/name}",
      "comments_url": "https://api.github.com/repos/intel/chainer/issues/8/comments",
      "events_url": "https://api.github.com/repos/intel/chainer/issues/8/events",
      "html_url": "https://github.com/intel/chainer/pull/8",
      "id": 323692814,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTg4NDg4MDI3",
      "number": 8,
      "title": "add Realtime_Multi-Person_Pose_Estimation chainer implementation",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 2,
      "created_at": "2018-05-16T16:19:24Z",
      "updated_at": "2018-06-12T07:42:53Z",
      "closed_at": "2018-06-12T07:42:53Z",
      "author_association": "NONE",
      "pull_request": {
        "url": "https://api.github.com/repos/intel/chainer/pulls/8",
        "html_url": "https://github.com/intel/chainer/pull/8",
        "diff_url": "https://github.com/intel/chainer/pull/8.diff",
        "patch_url": "https://github.com/intel/chainer/pull/8.patch"
      },
      "body": "Hi, this is a chainer implemenation about paper [Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields](https://arxiv.org/abs/1611.08050).\r\nFor more infomation, you can go to the author GitHub: https://github.com/DeNA/Chainer_Realtime_Multi-Person_Pose_Estimation\r\nor my fork: https://github.com/PikachuHy/Chainer_Realtime_Multi-Person_Pose_Estimation.\r\nThe original implementation is [OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/openpose).",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/intel/caffe/issues/203",
      "repository_url": "https://api.github.com/repos/intel/caffe",
      "labels_url": "https://api.github.com/repos/intel/caffe/issues/203/labels{/name}",
      "comments_url": "https://api.github.com/repos/intel/caffe/issues/203/comments",
      "events_url": "https://api.github.com/repos/intel/caffe/issues/203/events",
      "html_url": "https://github.com/intel/caffe/pull/203",
      "id": 321010495,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTg2NTAzODMy",
      "number": 203,
      "title": "fix #202",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2018-05-08T01:18:59Z",
      "updated_at": "2018-05-08T01:18:59Z",
      "closed_at": null,
      "author_association": "NONE",
      "pull_request": {
        "url": "https://api.github.com/repos/intel/caffe/pulls/203",
        "html_url": "https://github.com/intel/caffe/pull/203",
        "diff_url": "https://github.com/intel/caffe/pull/203.diff",
        "patch_url": "https://github.com/intel/caffe/pull/203.patch"
      },
      "body": "When I compiled caffe, this error occurred.\r\n```\r\n/home/pikachu/swcontest/intel_caffe/src/caffe/layers/mkldnn_inner_product_layer.cpp:361:2: error: this ‘else’ clause does not guard... [-Werror=misleading-indentation]\r\n  else\r\n  ^~~~\r\n/home/pikachu/swcontest/intel_caffe/src/caffe/layers/mkldnn_inner_product_layer.cpp:365:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘else’\r\n     ipBwdData_desc.reset(new inner_product_backward_data::desc(init_bottom_md, init_weights_md, init_top_md));\r\n     ^~~~~~~~~~~~~~\r\n```\r\nFor more information, please refer to https://github.com/intel/caffe/issues/202\r\n",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/443",
      "repository_url": "https://api.github.com/repos/onlyliuxin/coding2017",
      "labels_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/443/labels{/name}",
      "comments_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/443/comments",
      "events_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/443/events",
      "html_url": "https://github.com/onlyliuxin/coding2017/pull/443",
      "id": 237514482,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTI2NzQ5MjI0",
      "number": 443,
      "title": "完成ood-ocp作业",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 1,
      "created_at": "2017-06-21T12:19:48Z",
      "updated_at": "2017-07-10T07:40:52Z",
      "closed_at": "2017-07-10T07:40:52Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/onlyliuxin/coding2017/pulls/443",
        "html_url": "https://github.com/onlyliuxin/coding2017/pull/443",
        "diff_url": "https://github.com/onlyliuxin/coding2017/pull/443.diff",
        "patch_url": "https://github.com/onlyliuxin/coding2017/pull/443.patch"
      },
      "body": "作业已完成",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/315",
      "repository_url": "https://api.github.com/repos/onlyliuxin/coding2017",
      "labels_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/315/labels{/name}",
      "comments_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/315/comments",
      "events_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/315/events",
      "html_url": "https://github.com/onlyliuxin/coding2017/pull/315",
      "id": 235530618,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTI1MzQ2MzA4",
      "number": 315,
      "title": "ood srp作业第一版完成",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 1,
      "created_at": "2017-06-13T12:03:09Z",
      "updated_at": "2017-06-19T03:00:31Z",
      "closed_at": "2017-06-19T03:00:31Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/onlyliuxin/coding2017/pulls/315",
        "html_url": "https://github.com/onlyliuxin/coding2017/pull/315",
        "diff_url": "https://github.com/onlyliuxin/coding2017/pull/315.diff",
        "patch_url": "https://github.com/onlyliuxin/coding2017/pull/315.patch"
      },
      "body": "请老师批评指正",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/222",
      "repository_url": "https://api.github.com/repos/onlyliuxin/coding2017",
      "labels_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/222/labels{/name}",
      "comments_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/222/comments",
      "events_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/222/events",
      "html_url": "https://github.com/onlyliuxin/coding2017/pull/222",
      "id": 230268212,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTIxNjg3NTI4",
      "number": 222,
      "title": "有作业提交",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2017-05-22T02:14:43Z",
      "updated_at": "2017-06-01T03:55:26Z",
      "closed_at": "2017-06-01T03:55:26Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/onlyliuxin/coding2017/pulls/222",
        "html_url": "https://github.com/onlyliuxin/coding2017/pull/222",
        "diff_url": "https://github.com/onlyliuxin/coding2017/pull/222.diff",
        "patch_url": "https://github.com/onlyliuxin/coding2017/pull/222.patch"
      },
      "body": "",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/192",
      "repository_url": "https://api.github.com/repos/onlyliuxin/coding2017",
      "labels_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/192/labels{/name}",
      "comments_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/192/comments",
      "events_url": "https://api.github.com/repos/onlyliuxin/coding2017/issues/192/events",
      "html_url": "https://github.com/onlyliuxin/coding2017/pull/192",
      "id": 224797415,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTE3OTQ4NTk1",
      "number": 192,
      "title": "Master",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 1,
      "created_at": "2017-04-27T14:14:02Z",
      "updated_at": "2017-05-12T09:15:06Z",
      "closed_at": "2017-05-12T09:15:06Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/onlyliuxin/coding2017/pulls/192",
        "html_url": "https://github.com/onlyliuxin/coding2017/pull/192",
        "diff_url": "https://github.com/onlyliuxin/coding2017/pull/192.diff",
        "patch_url": "https://github.com/onlyliuxin/coding2017/pull/192.patch"
      },
      "body": "老师 之前作业的提交",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/CoderXLoong/coding2017/issues/2",
      "repository_url": "https://api.github.com/repos/CoderXLoong/coding2017",
      "labels_url": "https://api.github.com/repos/CoderXLoong/coding2017/issues/2/labels{/name}",
      "comments_url": "https://api.github.com/repos/CoderXLoong/coding2017/issues/2/comments",
      "events_url": "https://api.github.com/repos/CoderXLoong/coding2017/issues/2/events",
      "html_url": "https://github.com/CoderXLoong/coding2017/pull/2",
      "id": 220531152,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTE1MDIxMjY2",
      "number": 2,
      "title": "我没有删任何东西,只是把我自己的拷贝进去了",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2017-04-10T03:49:55Z",
      "updated_at": "2017-04-10T04:35:11Z",
      "closed_at": "2017-04-10T04:35:11Z",
      "author_association": "NONE",
      "pull_request": {
        "url": "https://api.github.com/repos/CoderXLoong/coding2017/pulls/2",
        "html_url": "https://github.com/CoderXLoong/coding2017/pull/2",
        "diff_url": "https://github.com/CoderXLoong/coding2017/pull/2.diff",
        "patch_url": "https://github.com/CoderXLoong/coding2017/pull/2.patch"
      },
      "body": "",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/CoderXLoong/coding2017/issues/1",
      "repository_url": "https://api.github.com/repos/CoderXLoong/coding2017",
      "labels_url": "https://api.github.com/repos/CoderXLoong/coding2017/issues/1/labels{/name}",
      "comments_url": "https://api.github.com/repos/CoderXLoong/coding2017/issues/1/comments",
      "events_url": "https://api.github.com/repos/CoderXLoong/coding2017/issues/1/events",
      "html_url": "https://github.com/CoderXLoong/coding2017/pull/1",
      "id": 220530060,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTE1MDIwNTg1",
      "number": 1,
      "title": "再试试",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2017-04-10T03:40:13Z",
      "updated_at": "2017-04-10T04:34:55Z",
      "closed_at": "2017-04-10T04:34:55Z",
      "author_association": "NONE",
      "pull_request": {
        "url": "https://api.github.com/repos/CoderXLoong/coding2017/pulls/1",
        "html_url": "https://github.com/CoderXLoong/coding2017/pull/1",
        "diff_url": "https://github.com/CoderXLoong/coding2017/pull/1.diff",
        "patch_url": "https://github.com/CoderXLoong/coding2017/pull/1.patch"
      },
      "body": "",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/enbandari/Kotliner/issues/1",
      "repository_url": "https://api.github.com/repos/enbandari/Kotliner",
      "labels_url": "https://api.github.com/repos/enbandari/Kotliner/issues/1/labels{/name}",
      "comments_url": "https://api.github.com/repos/enbandari/Kotliner/issues/1/comments",
      "events_url": "https://api.github.com/repos/enbandari/Kotliner/issues/1/events",
      "html_url": "https://github.com/enbandari/Kotliner/pull/1",
      "id": 220122600,
      "node_id": "MDExOlB1bGxSZXF1ZXN0MTE0NzUxMjAw",
      "number": 1,
      "title": "修复kotlin 1.1下 kotlin元年的图片无法显示的问题",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2017-04-07T06:26:43Z",
      "updated_at": "2017-04-07T06:31:51Z",
      "closed_at": "2017-04-07T06:31:51Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/enbandari/Kotliner/pulls/1",
        "html_url": "https://github.com/enbandari/Kotliner/pull/1",
        "diff_url": "https://github.com/enbandari/Kotliner/pull/1.diff",
        "patch_url": "https://github.com/enbandari/Kotliner/pull/1.patch"
      },
      "body": "",
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/csu-iteam/China-Traveling/issues/1",
      "repository_url": "https://api.github.com/repos/csu-iteam/China-Traveling",
      "labels_url": "https://api.github.com/repos/csu-iteam/China-Traveling/issues/1/labels{/name}",
      "comments_url": "https://api.github.com/repos/csu-iteam/China-Traveling/issues/1/comments",
      "events_url": "https://api.github.com/repos/csu-iteam/China-Traveling/issues/1/events",
      "html_url": "https://github.com/csu-iteam/China-Traveling/pull/1",
      "id": 197313828,
      "node_id": "MDExOlB1bGxSZXF1ZXN0OTkyMDM1MjU=",
      "number": 1,
      "title": "首页和地图的合并",
      "user": {
        "login": "PikachuHy",
        "id": 18223871,
        "node_id": "MDQ6VXNlcjE4MjIzODcx",
        "avatar_url": "https://avatars1.githubusercontent.com/u/18223871?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/PikachuHy",
        "html_url": "https://github.com/PikachuHy",
        "followers_url": "https://api.github.com/users/PikachuHy/followers",
        "following_url": "https://api.github.com/users/PikachuHy/following{/other_user}",
        "gists_url": "https://api.github.com/users/PikachuHy/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/PikachuHy/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/PikachuHy/subscriptions",
        "organizations_url": "https://api.github.com/users/PikachuHy/orgs",
        "repos_url": "https://api.github.com/users/PikachuHy/repos",
        "events_url": "https://api.github.com/users/PikachuHy/events{/privacy}",
        "received_events_url": "https://api.github.com/users/PikachuHy/received_events",
        "type": "User",
        "site_admin": false
      },
      "labels": [

      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 0,
      "created_at": "2016-12-23T05:08:14Z",
      "updated_at": "2016-12-23T15:30:33Z",
      "closed_at": "2016-12-23T15:30:33Z",
      "author_association": "CONTRIBUTOR",
      "pull_request": {
        "url": "https://api.github.com/repos/csu-iteam/China-Traveling/pulls/1",
        "html_url": "https://github.com/csu-iteam/China-Traveling/pull/1",
        "diff_url": "https://github.com/csu-iteam/China-Traveling/pull/1.diff",
        "patch_url": "https://github.com/csu-iteam/China-Traveling/pull/1.patch"
      },
      "body": "我写的地图",
      "score": 1.0
    }
  ]
}
pikachu@pikachu-PC:~/Desktop$ 

你可能感兴趣的:(学习进度)