Using sdk-csharp with apideck.com

C# integration

✓ Official SDK
Install
dotnet add package sdk-csharp
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-csharp
C#
API
apideck.com
apideck.com:pos
At a glance
Language C#
Endpoints46
Base URLhttps://unify.apideck.com
✓ Official