Skip to content

Commit fa922e3

Browse files
committed
docs: add brand logo to header + related-libraries footer
Match the visual + cross-linking pattern used by the other newsdataapi/* client repos.
1 parent 4ca982d commit fa922e3

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<div align="center">
22

3+
![Newsdata.io logo](https://raw.githubusercontent.com/newsdataapi/newsdata-java-sdk/main/newsdata-logo.png)
4+
35
# Newsdata.io Java SDK
46

57
[![Maven Central](https://img.shields.io/maven-central/v/io.newsdata/newsdataapi.svg?label=maven&color=blue)](https://central.sonatype.com/artifact/io.newsdata/newsdataapi)
@@ -242,6 +244,21 @@ Artifacts appear on Maven Central indexes within ~10–30 minutes after a succes
242244

243245
Unlike npm, PyPI, and pub.dev, the Sonatype Central Portal doesn't yet support tokenless GitHub Actions publishing via OIDC — it's on their roadmap. Until then, the user-token + GPG-signing flow above is the supported path.
244246

247+
## Related libraries
248+
249+
Official Newsdata.io clients across languages and runtimes:
250+
251+
- **Python**[newsdataapi/python-client](https://github.com/newsdataapi/python-client) ([PyPI](https://pypi.org/project/newsdataapi/))
252+
- **Node.js**[newsdataapi/newsdata-nodejs-client](https://github.com/newsdataapi/newsdata-nodejs-client) (npm)
253+
- **React (hooks)**[newsdataapi/newsdata-reactjs-client](https://github.com/newsdataapi/newsdata-reactjs-client) (npm)
254+
- **PHP**[newsdataapi/php-client](https://github.com/newsdataapi/php-client) ([Packagist](https://packagist.org/packages/newsdataio/newsdataapi))
255+
- **.NET**[newsdataapi/newsdata-dotnet-sdk](https://github.com/newsdataapi/newsdata-dotnet-sdk) ([NuGet](https://www.nuget.org/packages/Newsdata.Api/))
256+
- **Go**[newsdataapi/newsdata-go-client](https://github.com/newsdataapi/newsdata-go-client) (Go modules)
257+
- **Dart / Flutter**[newsdataapi/newsdata-flutter-client](https://github.com/newsdataapi/newsdata-flutter-client) (pub.dev)
258+
- **MCP Server (AI assistants)**[newsdataapi/newsdata.io-mcp](https://github.com/newsdataapi/newsdata.io-mcp) ([PyPI](https://pypi.org/project/newsdata-mcp/))
259+
260+
Also see [free news datasets](https://github.com/newsdataapi/newsdata.io-free-datasets) for ML / NLP work.
261+
245262
## License
246263

247264
[MIT](./LICENSE)

newsdata-logo.png

2.48 KB
Loading

0 commit comments

Comments
 (0)