constants

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2019 License: MIT Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

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