I just installed Ghapi and tried it on some of my access token. It works well, but it seems that when I look for some information, the information are duplicated.
Here's my code :
from ghapi.all import GhApi
api = GhApi(token="MY-ACCESS-TOKEN")
email = api.users.list_emails_for_authenticated()
Hello !
I just installed Ghapi and tried it on some of my access token. It works well, but it seems that when I look for some information, the information are duplicated.
Here's my code :
Thanks !