github 獲取repo 發佈的版本號

獲取最新版本

https://api.github.com/repos/nickchou/paopao/releases/latesthtml

獲取版本列表

https://api.github.com/repos/nickchou/paopao/releasesnode

nickhou:github帳號,根據須要換成須要的
paopao:github託管的repo項目名,更換爲本身想要的
http抓取數據反序列化後解析便可
git

案例:github獲取最新版本(/releases/latest)返回的json

{
  "url": "https://api.github.com/repos/nickchou/paopao/releases/12361298",
  "assets_url": "https://api.github.com/repos/nickchou/paopao/releases/12361298/assets",
  "upload_url": "https://uploads.github.com/repos/nickchou/paopao/releases/12361298/assets{?name,label}",
  "html_url": "https://github.com/nickchou/paopao/releases/tag/v1.2",
  "id": 12361298,
  "node_id": "MDc6UmVsZWFzZTEyMzYxMjk4",
  "tag_name": "v1.2",
  "target_commitish": "master",
  "name": "paopao.v1.2",
  "draft": false,
  "author": {
    "login": "nickchou",
    "id": 5896766,
    "node_id": "MDQ6VXNlcjU4OTY3NjY=",
    "avatar_url": "https://avatars2.githubusercontent.com/u/5896766?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/nickchou",
    "html_url": "https://github.com/nickchou",
    "followers_url": "https://api.github.com/users/nickchou/followers",
    "following_url": "https://api.github.com/users/nickchou/following{/other_user}",
    "gists_url": "https://api.github.com/users/nickchou/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/nickchou/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/nickchou/subscriptions",
    "organizations_url": "https://api.github.com/users/nickchou/orgs",
    "repos_url": "https://api.github.com/users/nickchou/repos",
    "events_url": "https://api.github.com/users/nickchou/events{/privacy}",
    "received_events_url": "https://api.github.com/users/nickchou/received_events",
    "type": "User",
    "site_admin": false
  },
  "prerelease": false,
  "created_at": "2018-08-11T14:16:10Z",
  "published_at": "2018-08-11T14:19:58Z",
  "assets": [
    {
      "url": "https://api.github.com/repos/nickchou/paopao/releases/assets/8212410",
      "id": 8212410,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDgyMTI0MTA=",
      "name": "paopao.v1.2.rar",
      "label": null,
      "uploader": {
        "login": "nickchou",
        "id": 5896766,
        "node_id": "MDQ6VXNlcjU4OTY3NjY=",
        "avatar_url": "https://avatars2.githubusercontent.com/u/5896766?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/nickchou",
        "html_url": "https://github.com/nickchou",
        "followers_url": "https://api.github.com/users/nickchou/followers",
        "following_url": "https://api.github.com/users/nickchou/following{/other_user}",
        "gists_url": "https://api.github.com/users/nickchou/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/nickchou/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/nickchou/subscriptions",
        "organizations_url": "https://api.github.com/users/nickchou/orgs",
        "repos_url": "https://api.github.com/users/nickchou/repos",
        "events_url": "https://api.github.com/users/nickchou/events{/privacy}",
        "received_events_url": "https://api.github.com/users/nickchou/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 120482,
      "download_count": 3,
      "created_at": "2018-08-11T14:19:42Z",
      "updated_at": "2018-08-11T14:19:46Z",
      "browser_download_url": "https://github.com/nickchou/paopao/releases/download/v1.2/paopao.v1.2.rar"
    }
  ],
  "tarball_url": "https://api.github.com/repos/nickchou/paopao/tarball/v1.2",
  "zipball_url": "https://api.github.com/repos/nickchou/paopao/zipball/v1.2",
  "body": "* 新增多線程支持\r\n* 新增線程可暫停、終止功能\r\n* 繼續優化log4net日誌格式\r\n* 窗體resize控件自使用,雖然仍是有點醜,講究用吧\r\n* 執行結果日期格式精簡\r\n* 文本日誌去空格換行等"
}
相關文章
相關標籤/搜索