Libraries
C# SDK for NewsCatcher News API v3
.NET client library for the NewsCatcher News API
A C# SDK for the NewsCatcher News API v3, offering full .NET integration, async/await support, and comprehensive exception handling with platform-specific optimizations.
Requirements
- .NET Core >=1.0
- .NET Framework >=4.6
- Mono/Xamarin >=vNext
Installation
Using the .NET CLI
Using NuGet Package Manager Console
Using Package Manager UI in Visual Studio
- Right-click on your project in Solution Explorer.
- Select “Manage NuGet Packages”.
- Search for “Newscatcherapi.Net”.
- Click Install.
Core features
Initialize client
Search articles
Latest headlines
Author search
Similar articles
Get sources
Check subscription
Advanced features
Error handling
The SDK provides detailed error information through ApiException
:
Cancellation support
All async operations support cancellation tokens:
Utilities
Rate limit handler
Pagination handler
HTTP client configuration
Additional resources
Was this page helpful?