The GitHub username of the user
Returns all commit contributions by year for user. Null is returned if user with given username was not found.
NOTE:
Might take several seconds to fetch data, as data has to be fetched serially month by month. This is due to GitHub's requirement of not making requests for a single user concurrently. This results in slower performance, but avoids failures. See: https://developer.github.com/v3/guides/best-practices-for-integrators/#dealing-with-abuse-rate-limits
Might include contributions to private repositories depending on GitHub settings (see: https://help.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile) and access token scopes (see: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)
The GitHub username of the user
Returns all years in which the user has contributed code in repositories on GitHub – e.g. [2019, 2018, 2016, 2015, 2011]. Null is returned if user with given username was not found.
The GitHub username of the user
Returns all issue contributions from user for a specific month. Null is returned if user with given username was not found.
NOTE: Might include contributions to private repositories depending on GitHub settings (see: https://help.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile) and access token scopes (see: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)
The GitHub username of the user
Returns all issue contributions from user for a specific year. Null is returned if user with given username was not found.
NOTE:
Might take several seconds to fetch data, as data has to be fetched serially month by month. This is due to GitHub's requirement of not making requests for a single user concurrently. This results in slower performance, but avoids failures. See: https://developer.github.com/v3/guides/best-practices-for-integrators/#dealing-with-abuse-rate-limits
Might include contributions to private repositories depending on GitHub settings (see: https://help.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile) and access token scopes (see: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)
The GitHub username of the user
Calendar year to gather contributions from
Returns the organizations that the user is member of. Null is returned if user with given username was not found.
The GitHub username of the user
Returns user profile. Null is returned if user with given username was not found.
The GitHub username of the user
Returns public gists that the user has owns. Null is returned if user with given username was not found.
The GitHub username of the user
Returns public repositories that the user owns. Null is returned if user with given username was not found.
The GitHub username of the user
Returns all pull request contributions from user for a specific month. Null is returned if user with given username was not found.
NOTE: Might include contributions to private repositories depending on GitHub settings (see: https://help.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile) and access token scopes (see: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)
The GitHub username of the user
Returns all pull request contributions from user for a specific year. Null is returned if user with given username was not found.
NOTE:
Might take several seconds to fetch data, as data has to be fetched serially month by month. This is due to GitHub's requirement of not making requests for a single user concurrently. This results in slower performance, but avoids failures. See: https://developer.github.com/v3/guides/best-practices-for-integrators/#dealing-with-abuse-rate-limits
Might include contributions to private repositories depending on GitHub settings (see: https://help.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile) and access token scopes (see: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)
The GitHub username of the user
Returns all pull request reviews contributions from user for a specific month. Null is returned if user with given username was not found.
NOTE: Might include contributions to private repositories depending on GitHub settings (see: https://help.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile) and access token scopes (see: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)
The GitHub username of the user
Returns all pull request reviews contributions from user for a specific year. Null is returned if user with given username was not found.
NOTE:
Might take several seconds to fetch data, as data has to be fetched serially month by month. This is due to GitHub's requirement of not making requests for a single user concurrently. This results in slower performance, but avoids failures. See: https://developer.github.com/v3/guides/best-practices-for-integrators/#dealing-with-abuse-rate-limits
Might include contributions to private repositories depending on GitHub settings (see: https://help.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile) and access token scopes (see: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)
The GitHub username of the user
Generated using TypeDoc
Returns all commit contributions from user for a specific month. Null is returned if user with given username was not found.
NOTE: Might include contributions to private repositories depending on GitHub settings (see: https://help.github.com/en/articles/publicizing-or-hiding-your-private-contributions-on-your-profile) and access token scopes (see: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)