Attribute names versus schema keys
eduardoramirez opened this issue · 1 comments
eduardoramirez commented
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
nicolestsck1971 commented
c = octokit.Client()
c.current_user.name