Skip to content

Instantly share code, notes, and snippets.

View RogerTangos's full-sized avatar

Albert Carter RogerTangos

View GitHub Profile

##Endpoints

All endpoints are prepended with /api/v1

USERS

method path accepts return keys description
GET /user - {"username", "last_login", "email"} current user's info
GET /user/repos - {"repos": [{"owner", "colaborators":[], "permissions", "repo_name"]} repositories owned by the current user
GET /repos - see above repositories visible to the current user