Skip to content

Commit

Permalink
Clarify how to request higher rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Nov 27, 2012
1 parent cb41fc3 commit 5387182
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/v3.md
Expand Up @@ -303,9 +303,9 @@ X-RateLimit-Remaining: 11966
This method should only be used for server-to-server calls. You should never
share your client secret with anyone or include it in client-side browser code.

Please [contact us](https://github.com/contact) to request white listed access
for your application. We prefer sites that setup OAuth applications for their
users.
Please [contact us](https://github.com/contact) to a higher rate limit for your
application. We prefer sites that setup OAuth applications for their users.


## Conditional Requests

Expand Down Expand Up @@ -428,3 +428,4 @@ A link that looks like this:
<%= json "Link" => [
["url1", {:rel => "next"}],
["url2", {:rel => "foo", :bar => "baz"}]] %>

0 comments on commit 5387182

Please sign in to comment.