Using dotnet-sdk with apideck.com

C# integration

✓ Official SDK
Install
dotnet add package dotnet-sdk
Get ecosystem
curl \
  https://api.apideck.com/ecosystems/{ecosystem_id}
List listings
curl \
  https://api.apideck.com/ecosystems/{ecosystem_id}/listings
List products
curl \
  https://api.apideck.com/ecosystems/{ecosystem_id}/products
SDK on GitHub 📄 API Docs
SDK
dotnet-sdk
C#
API
apideck.com
apideck.com:ecosystem
At a glance
Language C#
Endpoints12
Base URLhttps://api.apideck.com
✓ Official