Skip to content

Instantly share code, notes, and snippets.

@awilson28
Created November 10, 2015 14:56
Show Gist options
  • Save awilson28/adc7d6b3ca395b3b5305 to your computer and use it in GitHub Desktop.
Save awilson28/adc7d6b3ca395b3b5305 to your computer and use it in GitHub Desktop.
client.events.getDataFromPaginatedAPIAsync({
  per_page: // INT -> number of events displayed per page, 
  user: client.user, 
  page: // INT -> page number we're on
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment