- Notifications
You must be signed in to change notification settings - Fork1.1k
Swap :user for :owner for clarity#150
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I've seen a number of new API users get tripped up on the :userparameter when they're looking up a repository that belongs to an org.This changes all the :user/:repo pairs in the docs to :owner/:repo to bea bit clearer.
pengwynn commentedSep 24, 2012
/cc @github/api |
technoweenie commentedSep 24, 2012
Ah thank god, I've wanted to do this forever :) |
sigmavirus24 commentedSep 24, 2012
👍 |
paul commentedSep 24, 2012
Awesome. Related, but I'd also like to change the response documents the same way. We say |
technoweenie commentedSep 24, 2012
|
Document hook delivery headers and payload attributes
I've seen a number of new API users get tripped up on the :user
parameter when they're looking up a repository that belongs to an org.
This changes all the :user/:repo pairs in the docs to :owner/:repo to be
a bit clearer.