- Post Types endpoint
- Site Settings endpoint
- Wp Site Health Tests endpoint
WpDerivedRequest
now supports plainget
requestsWpDerivedRequest
now supportsadditional_query_pairs
This first release includes the following for the Kotlin, Rust & Swift platforms:
- Authentication using Application Passwords
- Application Passwords endpoint
- Users endpoint
- Plugins endpoint
It also includes all of the underlying infrastructure for this – including:
wp_contextual
– A proc macro that generatesEdit
,Embed
&View
contextual types from given Sparse typewp_derive_request_builder
– A proc macro that generates endpoint, request builder and request executor types