Libraries
NewsCatcher News API v3 SDKs
NewsCatcher API client libraries
NewsCatcher provides official SDKs for multiple programming languages to help you integrate with our API quickly and efficiently. These SDKs are generated using Fern and are available as open-source projects on GitHub.
Available SDKs
Python SDK
A comprehensive SDK for developing Python applications.
TypeScript SDK
A robust SDK for TypeScript development, with full type support.
Java SDK
A powerful SDK for building Java applications and services.
Go SDK
An efficient SDK for developing applications in Go.
C# SDK
A feature-rich SDK for C# and .NET development.
Legacy SDKs
Documentation for deprecated SDKs (Konfig-generated)
SDK documentation
Each SDK has its own documentation, which includes:
- Installation instructions
- Authentication setup
- Basic and advanced usage examples
- Error handling techniques
- Advanced configuration options
Visit the GitHub repository for each SDK to view the comprehensive documentation.
Common features
All our SDKs provide:
- Authentication: Simple API key authentication
- Error handling: Structured error types and handling mechanisms
- Retry logic: Automatic retries with exponential backoff
- Timeout configuration: Customizable request timeouts
- Type safety: Strong typing for request parameters and responses
Getting started
- Choose the SDK for your preferred programming language.
- Install the SDK via the appropriate package manager.
- Create a client instance with your API key.
- Start making API requests.
For more information on the API endpoints and parameters, refer to the API reference.
Was this page helpful?