Documentation
¶
Overview ¶
Package gitee fetches Gitee (Chinese GitHub) user profile data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthRequired ¶
func AuthRequired() bool
AuthRequired returns false because Gitee profiles are public.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client handles Gitee requests.
type Option ¶
type Option func(*config)
Option configures a Client.
func WithAccessToken ¶ added in v0.9.22
WithAccessToken sets the Gitee API access token.
func WithHTTPCache ¶
WithHTTPCache sets the HTTP cache.
Click to show internal directories.
Click to hide internal directories.