fastai / ghapi

A delightful and complete interface to GitHub's amazing API

Home Page:https://ghapi.fast.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect method name in documentation

shijithpk opened this issue · comments

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.