Github

GET https://localhost:4000/github/userInfo

Headers

Name
Type
Description

authorization*

String

Bearer

{
    userInfo: {
        name: 'github email',
        login: 'github id',
        html_url: 'git hub',
        public_repos: 'amount repo cnt'
        calender: 'contribution url'
    }
}

POST https://localhost:4000/github/callback

{
    accessToken: 'secret token'
}

Last updated