Created
November 8, 2011 20:31
-
-
Save jredville/1349096 to your computer and use it in GitHub Desktop.
Sample Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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