Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This API client provides a type-safe Java interface for WordPress REST API v2, e
- 🛡️ **Basic authentication** - secure WordPress API access (e.g. username + Application Password)
- 📚 **Clear documentation** - comprehensive examples for Java integration
- 🚀 **Wide Java support** - compatible with Java 8 and newer
-**OpenAPI Generated** - based on our [OpenAPI specification](https://github.com/wtx-labs/wordpress-api-openapi-specification); regenerate sources with [`wordpress-api-client-generator`](https://github.com/wtx-labs/wordpress-api-client-generator) when the spec changes
-**OpenAPI Generated** - based on our [OpenAPI specification](https://github.com/wtx-labs/wordpress-api-openapi-specification) developed from official WordPress documentation

- ✅ Posts API
- List all posts
Expand Down
Loading