Skip to content

Instantly share code, notes, and snippets.

@jredville
Created November 8, 2011 20:31
Show Gist options
  • Save jredville/1349096 to your computer and use it in GitHub Desktop.
Save jredville/1349096 to your computer and use it in GitHub Desktop.
Sample Code
# Batch Request Sample 1
def foo
end
#Batch Request Sample 2
def bar
end
#Rate limiting Sample 1
def foo
end
#Rate limiting Sample 2
def bar
end
#Signed Authentication Sample 1
def foo
end
#Signed Authentication Sample 2
def bar
end
#HTTP Headers Sample 1
def foo
end
#HTTP Headers Sample 2
def bar
end
#Exponential Backoff Sample 1
def foo
end
#Exponential Backoff Sample 2
def bar
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment