Using net-sdk-hello-world with intellifi.nl

C# integration

✓ Official SDK
Install
dotnet add package net-sdk-hello-world
Get all keys
curl \
  -H "X-Api-Key: $API_KEY" \
  /keys
Get all binary large objects (blob)
curl \
  -H "X-Api-Key: $API_KEY" \
  /blobs
Get all items
curl \
  -H "X-Api-Key: $API_KEY" \
  /items
SDK on GitHub 📄 API Docs
SDK
net-sdk-hello-world
C#
API
intellifi.nl
intellifi.nl
Other SDKs for intellifi.nl
net-sdk-api-reference
At a glance
Language C#
Endpoints77
✓ Official