wp-pwa / services

A series of serverless microservices that power up the WP REST API
https://services.frontity.cloud
Apache License 2.0
0 stars 0 forks source link

Frontity Services

A series of serverless microservices that power up the WP REST API. They are ready to deploy with Now serverless infrastructure.

List of services

Add media ids

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).

Add title

The service /add-title looks in the title field and converts it to { title: rendered: "...", text: "..." } if it doesn't have that shape.

Changelog

This project adheres to Semantic Versioning and Angular Conventional Changelog. Every release is documented on the Github Releases page.

License

This project is licensed under the terms of the Apache 2.0 license.

Contribute

Please take a look at our Contribution Guide.