fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
526 stars 57 forks source link

incorrect method name in documentation #139

Closed shijithpk closed 1 year ago

shijithpk commented 2 years ago

I'm using the ghapi package installed from pypi. So this method api.users.list_followed_by_authenticated is giving me errors in my code. I'm getting the message: AttributeError: '_GhVerbGroup' object has no attribute 'list_followed_by_authenticated' But once I changed it to api.users.list_followed_by_authenticated_user the code ran without errors. Think the documentation needs to be updated.