This commit is contained in:
2025-09-18 05:40:45 -07:00
parent 030ad360c2
commit 7da16e55a9
20 changed files with 843 additions and 219 deletions

View File

@@ -6,6 +6,7 @@ import (
"crypto/sha1"
"encoding/base64"
"encoding/json"
"garmin-connect/garth/types"
"net/http"
"net/url"
"regexp"
@@ -13,8 +14,6 @@ import (
"strconv"
"strings"
"time"
"garmin-connect/garth/types"
)
var oauthConsumer *types.OAuthConsumer