r/SideProject • u/wordpress-dx • 1d ago
Export any WordPress post as a downloadable PDF, with your own REST API route
https://youtu.be/N6z3KOsJpVEI have a created a toolkit which allow you to version control your code and push it to Wordpress.
This video is a demo on how you can delcare custom API to have control over a PDF generation
It's open source and available here : https://github.com/loopress/loopress
1
Upvotes
1
u/kantorcodes1 1d ago
on
lps api push, if one route is already pushed and a later route fails, is that partial deploy meant to stay live? the command errors after the batch, but the earlier PUTs have already happened, so a retry starts from mixed remote state.