github/octokit.py

Attribute names versus schema keys

eduardoramirez opened this issue · 1 comments

If the endpoint has an attribute that is named the same as any of the properties of Resource they cannot be accessed using the dot operator. For example:

c = octokit.Client()

c.current_user.name

c = octokit.Client()

c.current_user.name