Using .net-sdk with configcat.com

C# integration

✓ Official SDK
Install
dotnet add package .net-sdk
Get authenticated user details
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/me
List Products
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/products
Get Tag
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/tags/{tagId}
SDK on GitHub 📄 API Docs
SDK
.net-sdk
C#
API
configcat.com
configcat.com
At a glance
Language C#
Endpoints62
Base URLhttps://api.configcat.com
✓ Official