Using NYTimes.NET with nytimes.com

C# integration

Install
dotnet add package NYTimes.NET
Best Seller List
curl \
  # append ?api-key=$API_KEY to the URL \
  https://api.nytimes.com/svc/books/v3/lists.{format}
Reviews
curl \
  # append ?api-key=$API_KEY to the URL \
  https://api.nytimes.com/svc/books/v3/reviews.{format}
Best Seller List Names
curl \
  # append ?api-key=$API_KEY to the URL \
  https://api.nytimes.com/svc/books/v3/lists/names.{format}
SDK on GitHub 📄 API Docs
SDK
NYTimes.NET
C#
API
nytimes.com
nytimes.com:books_api
At a glance
Language C#
Endpoints6
Base URLhttps://api.nytimes.com/svc/books/v3