RESTFUL工具之Firefox的RESClient

測試api採用github的

注意:

1.github的api是區分大小寫的

 

具體測試流程:

https://api.github.com/users/i3344

{
  "login": "i3344",
  "id": 59394179,
  "node_id": "MDQ6VXNlcjU5Mzk0MTc5",
  "avatar_url": "https://avatars2.githubusercontent.com/u/59394179?v=4",
  "gravatar_id": "",
  "url": "https://api.github.com/users/i3344",
  "html_url": "https://github.com/i3344",
  "followers_url": "https://api.github.com/users/i3344/followers",
  "following_url": "https://api.github.com/users/i3344/following{/other_user}",
  "gists_url": "https://api.github.com/users/i3344/gists{/gist_id}",
  "starred_url": "https://api.github.com/users/i3344/starred{/owner}{/repo}",
  "subscriptions_url": "https://api.github.com/users/i3344/subscriptions",
  "organizations_url": "https://api.github.com/users/i3344/orgs",
  "repos_url": "https://api.github.com/users/i3344/repos",
  "events_url": "https://api.github.com/users/i3344/events{/privacy}",
  "received_events_url": "https://api.github.com/users/i3344/received_events",
  "type": "User",
  "site_admin": false,
  "name": null,
  "company": null,
  "blog": "",
  "location": null,
  "email": null,
  "hireable": null,
  "bio": null,
  "public_repos": 1,
  "public_gists": 0,
  "followers": 0,
  "following": 0,
  "created_at": "2019-12-31T14:15:18Z",
  "updated_at": "2019-12-31T23:44:29Z"
}

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章