47degrees/github4s

Support retrieving auth user's email

john-joe-givery opened this issue · 0 comments

For my oauth flow, I need the ability to retrieve a user's email address. The best api for this purpose seems to be https://docs.github.com/en/rest/users/emails?apiVersion=2022-11-28#list-email-addresses-for-the-authenticated-user

I've already created a PR to add the api support #902. Please assist in getting this released in the library.