githubapi

package
v0.0.0-...-3317fd6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client represents GitHub OAuth API client

func NewClient

func NewClient(cfg Config) *Client

NewClient creates a new GitHub OAuth client

func (*Client) ExchangeCodeForUser

func (c *Client) ExchangeCodeForUser(ctx context.Context, code string) (UserInfo, error)

ExchangeCodeForUser exchanges an authorization code for user info

type Config

type Config struct {
	ClientID     string
	ClientSecret string
	Timeout      time.Duration
}

Config represents GitHub OAuth client configuration

type UserInfo

type UserInfo struct {
	ID            string
	Login         string
	Email         string
	EmailVerified bool
}

UserInfo represents GitHub user information

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL