etsy / opsweekly

On call alert classification and reporting
MIT License
761 stars 100 forks source link

Update GitHub hints to support API based requests #45

Closed ematthews closed 9 years ago

ematthews commented 9 years ago

This is required for GitHub enterprise editions that require authentication. I was unable to make this work using the direct github.com/username.json format, so this uses the github.com/api/v3/users/username format. The associated list is created using a slightly different JSON format as well. This should work happily alongside existing implementations with no impact (in theory).

lozzd commented 9 years ago

Thanks!