Documentation
¶
Overview ¶
Package constants stores constants for github aggregator application. It includes github api tokens, cookie and header keys.
Index ¶
Constants ¶
View Source
const ( // GHApiURL core Github API token. GHApiURL = "https://api.github.com" // User user query token. User = "/user" // Organizations organizations query token. Organizations = "/orgs" // AccessTokenParam Access token param token. AccessTokenParam = "access_token=" )
View Source
const (
// AccessToken Cookie key for Github API access token.
AccessToken = "access_token"
)
View Source
const (
// Scopes Header key for Github API access token scopes.
Scopes = "X-Oauth-Scopes"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.