github API 实例 分页读取

1. 如何使用github API读取用户信息,请看https://blog.csdn.net/u013288190/article/details/107233235

2. 分页只需要在url后加page(第几页)per_page(每页几个数据)参数。

https://api.github.com/search/users?q=fullname:Ruan&page=2&per_page=3

如果没有任何分页数字,那么默认为per_page=30条数据。

上一篇:C. A Tale of Two Lands--- 二分--Codeforces Round #561 (Div. 2)


下一篇:B. Two Cakes---贪心--Codeforces Round #542 [Alex Lopashev Thanks-Round] (Div. 2)