module FindGithubEmail
Creates a GraphQL client to connect to GitHub's API
rubocop:disable Style/Documentation
Constants
- EmailQuery
- HelloQuery
- VERSION
Public Instance Methods
headers(context)
click to toggle source
# File lib/find_github_email/client.rb, line 10 def headers(context) { "Authorization": "Bearer #{context[:bearer]}" } end