| bio | website | stackoverflow.com/users/… |
|---|---|---|
| location | Jena, Germany | |
| age | 30 | |
| visits | member for | 1 year, 3 months |
| seen | Mar 16 at 16:56 | |
| stats | profile views | 2 |
PhD Student @University of Jena, Germany
|
Mar 15 |
comment |
Making use of the *“has_more”: true* json attribute in the Json response from stackoverflow @savagius Have a look at my edit. |
|
Mar 15 |
comment |
Making use of the *“has_more”: true* json attribute in the Json response from stackoverflow @savagius There are two ways: Either just poll data until has_more is set to false or use a filter that includes the total property (to be found under .wrapper filters). |
|
Mar 15 |
comment |
Making use of the *“has_more”: true* json attribute in the Json response from stackoverflow @savagius Exactly. So if there are 900 entries as a response to your query, you would have to do 9 queries total with the last having page=9 as a parameter. |