Skip to content

Instantly share code, notes, and snippets.

@ahirschberg
Last active August 29, 2015 14:16
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 ahirschberg/eab48fd9d87b537eeb1b to your computer and use it in GitHub Desktop.
Save ahirschberg/eab48fd9d87b537eeb1b to your computer and use it in GitHub Desktop.
// bad code
var url_request = getJSON("https://librivox.org/api/feed/audiobooks/title/^" + input + "?&format=json");
url_request.response // -> null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment