fitbit - ActiveState ActiveGo 1.8
...

Package fitbit

import "golang.org/x/oauth2/fitbit"
Overview
Index

Overview ▾

Package fitbit provides constants for using OAuth2 to access the Fitbit API.

Index ▾

Package files

fitbit.go

Variables

Endpoint is the Fitbit API's OAuth 2.0 endpoint.

var Endpoint = oauth2.Endpoint{
    AuthURL:  "https://www.fitbit.com/oauth2/authorize",
    TokenURL: "https://api.fitbit.com/oauth2/token",
}