我使用API URL在浏览器中获取JSON字符串。但是我在网址上做了一些修改。所以现在我不知道如何去JSON字符串的下一页!。
我很早就使用了网址http://gitlab.company.com/api/v3/users?per_page=100&page=1
。在此网址中,我只需page=2
或page=3
...并获取值。但现在我修改了像http://gitlab.company.com/api/v3/users?private_token=GMxxyyzz9e8umondgBL
这样的网址。
现在我不知道如何获得每页100个结果(per_page=100
),我也不知道t know how to get the JSON string up to the last page (
page = 1`)。
我在新网址中尝试了一些更改并运行它。但我收到了401 unauthorized error
注意:我手动获取JSON字符串(使用浏览器)。不是代码。