Using NYTimes.NET with nytimes.com

C# integration

Install
dotnet add package NYTimes.NET
Comments by URL
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/community/v3/user-content/url.json
Comments by User
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/community/v3/user-content/user.json
Recent User Comments
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/community/v3/user-content/recent.json
SDK on GitHub 📄 API Docs
SDK
NYTimes.NET
C#
API
nytimes.com
nytimes.com:community
At a glance
Language C#
Endpoints4
Base URLhttp://api.nytimes.com/svc/community/v3