Using DDGI-Unity with probely.com

C# integration

Install
dotnet add package DDGI-Unity
List API keys allowed to operate on account
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/keys/
Subscription plans
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/plans/
List users
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/users/
SDK on GitHub 📄 API Docs
SDK
DDGI-Unity
C#
API
probely.com
probely.com
At a glance
Language C#
Endpoints147
Base URLhttps://api.probely.com