Update bearer token

This commit is contained in:
Alexander Sheiko 2022-04-17 13:43:31 +03:00
parent 40faf3da48
commit e74a608dbd

2
api.go
View file

@ -8,7 +8,7 @@ import (
"time" "time"
) )
const bearerToken string = "AAAAAAAAAAAAAAAAAAAAAPYXBAAAAAAACLXUNDekMxqa8h%2F40K4moUkGsoc%3DTYfbDKbT3jJPCEVnMYqilB28NHfOPqkca3qaAxGfsyKCs0wRbw" const bearerToken string = "AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA"
// RequestAPI get JSON from frontend API and decodes it // RequestAPI get JSON from frontend API and decodes it
func (s *Scraper) RequestAPI(req *http.Request, target interface{}) error { func (s *Scraper) RequestAPI(req *http.Request, target interface{}) error {