GitHub::Client
Inherits GitHub::REST::Issues < GitHub::REST::Interactions < GitHub::REST::Installations < GitHub::REST::GitHubApps < GitHub::REST::WorkflowRuns < GitHub::REST::WorkflowJobs < GitHub::REST::Workflows < GitHub::REST::SelfHostedWorkflowRunners < GitHub::REST::Secrets < GitHub::REST::Artifacts < GitHub::REST::Trees < GitHub::REST::Tags < GitHub::REST::References < GitHub::REST::Commits < GitHub::REST::Blobs < GitHub::REST::Gists < Reference < Object
The basic class which represents a GitHub client / user the client will be used to send REST requests to the GitHub API.
client = GitHub::Client.new(username: "TheOnlyArtz", token: "4f10YOU8654d442b5be610054e9sWISH7a813c4")
With this client you will be able to make API requests to GitHub
Constructors
new(username : String, access_token : String)
Source