Hi,
I am working on a github tap to get issues and PRs from a repo, I am unable to get any details of the issues as per this properties file. My token has repo scope as tried out here,
curl -sI -H "Authorization: token ghp_4xxxx"
https://api.github.com | grep -i x-oauth-scopes
X-OAuth-Scopes: repo
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset.
Am I missing something here?