manifest / integrations / wp-serverless-api
WP Serverless API
Explore WordPress data via the WP REST API as a JSON file for static WordPress Hosting on Shifter.
by Shifter · github.com/getshifter/wp-serverless-api · website
★ 20stars
5forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/getshifter/wp-serverless-api/releases/download/0.2.0/wp-serverless-api.zipReadme
wp-serverless-api
Explore WordPress data via the WP REST API as a JSON file for static WordPress Hosting on Shifter.
- Install as a WordPress Plugin
- Activate and save or create a new post or page
- Create a new static Artifact on Shifter
- Visit your new WP Serverless API endpoint at
example.com/wp-content/wp-sls-api/db.json
CHANGELOG
0.2.1
- Removed environment determination to generate db.json even in local environment #2
0.2.0
- [BREAKING CHANGE] Change save path from
/wp-content/uploads/wp-sls-api/db.jsonto/wp-content/wp-sls-api/db.json
Read the full README on GitHub →