fastai / ghapi

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

Duplicated entries in results #105

Open sorasful opened 2 years ago

sorasful commented 2 years ago

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.

image

Here's my code :

from ghapi.all import GhApi
api = GhApi(token="MY-ACCESS-TOKEN")

email = api.users.list_emails_for_authenticated()

Thanks !