A series of serverless microservices that power up the WP REST API. They are ready to deploy with Now serverless infrastructure.
The service /add-media-ids
searches the content.rendered
field for images, then tries to find them in the REST API and finally attaches the results to the final response in both content_media
array (ids) and _embedded.wp:contentmedia
(media object).
The service /add-title
looks in the title
field and converts it to { title: rendered: "...", text: "..." }
if it doesn't have that shape.
This project adheres to Semantic Versioning and Angular Conventional Changelog. Every release is documented on the Github Releases page.
This project is licensed under the terms of the Apache 2.0 license.
Please take a look at our Contribution Guide.