Minor demo update

This commit is contained in:
Roman Hotsiy 2016-06-22 12:49:30 +03:00
parent 43a0872530
commit 9341d4904e
2 changed files with 1 additions and 7 deletions

View File

@ -24,6 +24,6 @@
<redoc scroll-y-offset="body > nav" spec-url='swagger.yaml'></redoc> <redoc scroll-y-offset="body > nav" spec-url='swagger.yaml'></redoc>
<script src="main.js"> </script> <script src="main.js"> </script>
<script src="../dist/redoc.min.js"> </script> <script src="./dist/redoc.min.js"> </script>
</body> </body>
</html> </html>

View File

@ -25,18 +25,12 @@ tags:
Sometimes you just can't get enough. For this reason, we've provided a convenient way to access more data in any request for sequential data. Simply call the url in the next_url parameter and we'll respond with the next set of data. Sometimes you just can't get enough. For this reason, we've provided a convenient way to access more data in any request for sequential data. Simply call the url in the next_url parameter and we'll respond with the next set of data.
```json ```json
{ {
... ...
"pagination": { "pagination": {
"next_url": "next_url":
"https://api.instagram.com/v1/tags/puppy/media/recent?access_token=fb2e77d.47a0479900504cb3ab4a1f626d174d2d&max_id=13872296", "https://api.instagram.com/v1/tags/puppy/media/recent?access_token=fb2e77d.47a0479900504cb3ab4a1f626d174d2d&max_id=13872296",
"next_max_id": "13872296" "next_max_id": "13872296"
} }
} }
``` ```