Using Nuka.SDK.Redis with stackexchange.com

C# integration

Install
dotnet add package Nuka.SDK.Redis
Returns the user associated with the passed access_token. This method retur…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.stackexchange.com/2.0/me
Returns a collection of statistics about the site. Data to facilitate per-s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.stackexchange.com/2.0/info
Returns the tags found on a site. The inname parameter lets a consumer filt…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.stackexchange.com/2.0/tags
SDK on GitHub 📄 API Docs
SDK
Nuka.SDK.Redis
C#
API
stackexchange.com
stackexchange.com
At a glance
Language C#
Endpoints124
Base URLhttps://api.stackexchange.com/2.0