Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapzenAPIEndpoint ¶
func NewMapzenAPIEndpoint ¶
func NewMapzenAPIEndpoint(key string) (*MapzenAPIEndpoint, error)
func (*MapzenAPIEndpoint) NewRequest ¶
func (*MapzenAPIEndpoint) SetEndpoint ¶
func (e *MapzenAPIEndpoint) SetEndpoint(custom string) error
type OAuth2APIEndpoint ¶
type OAuth2APIEndpoint struct { api.APIEndpoint Scheme string Host string Path string Token string }
func NewOAuth2APIEndpoint ¶
func NewOAuth2APIEndpoint(access_token string) (*OAuth2APIEndpoint, error)
func (*OAuth2APIEndpoint) NewRequest ¶
func (*OAuth2APIEndpoint) SetEndpoint ¶
func (e *OAuth2APIEndpoint) SetEndpoint(custom string) error
Click to show internal directories.
Click to hide internal directories.