Skip to content

Instantly share code, notes, and snippets.

@patcon
Created February 5, 2012 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patcon/1743014 to your computer and use it in GitHub Desktop.
Save patcon/1743014 to your computer and use it in GitHub Desktop.
rest = require('restler')
url = 'https://www.googleapis.com/moderator/v1/series/1935041/topics/64/submissions'
rest.get(url)
.on('success', (responseData) ->
console.log(responseData.data.items[3])
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment