Using opentelemetry-go with api.ebay.com

Go integration

Install
go get github.com/open-telemetry/opentelemetry-go
Quick start
import "opentelemetry-go"

// Initialize client
client := opentelemetry-go.NewClient("YOUR_ACCESS_TOKEN")
This method returns a report that details the user traffic received by a sell…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/analytics/v1/traffic_report
This call retrieves all the standards profiles for the associated seller. A s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/analytics/v1/seller_standards_profile
This call retrieves a single standards profile for the associated seller. A s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/analytics/v1/seller_standards_profile/{program}/{cycle}
SDK on GitHub 📄 API Docs
SDK
opentelemetry-go
Go
API
api.ebay.com
api.ebay.com:sell-analytics
At a glance
Language Go
Endpoints4
Base URLhttps://api.ebay.com/sell/analytics/v1