Using sdk-go with apideck.com

Go integration

✓ Official SDK
Install
go get github.com/apideck-libraries/sdk-go
Quick start
import "sdk-go"

// Initialize client
client := sdk-go.NewClient("YOUR_API_KEY")
List Items
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/pos/items
List Orders
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/pos/orders
List Tenders
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/pos/tenders
SDK on GitHub 📄 API Docs
SDK
sdk-go
Go
API
apideck.com
apideck.com:pos
At a glance
Language Go
Endpoints46
Base URLhttps://unify.apideck.com
✓ Official