dumberjs / dumber-gist

A lightweight online IDE to write JS SPA prototypes in your own GitHub gists.
https://gist.dumber.app
MIT License
28 stars 2 forks source link

TODO support list gists pages #28

Closed 3cp closed 4 years ago

3cp commented 4 years ago

My own gists grew to more than 1 page now.

https://developer.github.com/v3/gists/#list-gists-for-a-user

The Link header from response tells about pages information.

Status: 200 OK
Link: <https://api.github.com/resource?page=2>; rel="next",
      <https://api.github.com/resource?page=5>; rel="last"
3cp commented 4 years ago

https://developer.github.com/v3/#pagination https://developer.github.com/v3/guides/traversing-with-pagination/

3cp commented 4 years ago

@Sayan751 done.

Sayan751 commented 4 years ago

@3cp Awesome. Thank you :)