Using kubebuilder with api.ebay.com

Go integration

Install
go get github.com/kubernetes-sigs/kubebuilder
Quick start
import "kubebuilder"

// Initialize client
client := kubebuilder.NewClient("YOUR_ACCESS_TOKEN")
<span class="tablenote"><b>Note:</b>This method was originally created to see…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/kyc
This method retrieves the seller's current set of privileges, including wheth…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/privilege
Use this call to retrieve all sales tax table entries that the seller has def…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/sales_tax
SDK on GitHub 📄 API Docs
SDK
kubebuilder
Go
API
api.ebay.com
api.ebay.com:sell-account
At a glance
Language Go
Endpoints36
Base URLhttps://api.ebay.com/sell/account/v1