Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created April 25, 2011 03:16
Show Gist options
  • Save pifantastic/940110 to your computer and use it in GitHub Desktop.
Save pifantastic/940110 to your computer and use it in GitHub Desktop.
function get(request, params, callback) {
// Do stuff
}
get.require_auth;
get.params = {
token: true,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment