From d12c8101934223096574e6235ba5a654fc27d91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciek=20=C5=9Aliwi=C5=84ski?= <72082531+maciek365@users.noreply.github.com> Date: Sun, 5 Apr 2026 23:05:15 +0200 Subject: [PATCH] Add Java client library to client-libraries.md --- using-the-rest-api/client-libraries.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/using-the-rest-api/client-libraries.md b/using-the-rest-api/client-libraries.md index 51b38e0..2834ba1 100644 --- a/using-the-rest-api/client-libraries.md +++ b/using-the-rest-api/client-libraries.md @@ -22,6 +22,9 @@ The [Backbone.js client](https://developer.wordpress.org/rest-api/backbone-javas [ember-wordpress](https://github.com/oskarrough/ember-wordpress) provides a connection between Ember Data and the REST API +## Java + +The [wordpress-api-client-java](https://github.com/wtx-labs/wordpress-api-client-java) is a lightweight REST API client written in Java, designed to simplify integration with the WordPress REST API from external Java applications. The library provides typed operations for common resources such as posts, pages, users, and media, and handles HTTP requests and JSON serialization internally, reducing the need to build low‑level HTTP calls manually. ## Ruby