Using url-shortener-sdk-csharp with shorten.rest

C# integration

Install
dotnet add package url-shortener-sdk-csharp
Get clicks
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shorten.rest/clicks
Get alias
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shorten.rest/aliases
Get aliases by domain
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shorten.rest/aliases/all
SDK on GitHub 📄 API Docs
SDK
url-shortener-sdk-csharp
C#
API
shorten.rest
shorten.rest
At a glance
Language C#
Endpoints7
Base URLhttps://api.shorten.rest