manifest / integrations / dotstudiopro-wordpress-react-api
dotstudioPRO React API Routes
by dotstudioPRO · github.com/dotstudiopro/dotstudiopro-wordpress-react-api
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dotstudiopro/dotstudiopro-wordpress-react-api/archive/refs/heads/master.zipFrom the readme
dotstudioPRO Wordpress API routes for React
A Wordpress plugin that has all of the API routes used by React for data delivery.
Getting Started
Download the zip file and install as a plugin via Wordpress Admin
Prerequisites
Wordpress = 4.5
Installing
Upload the zip file via the Plugin menu Add Plugin
Built With
Wordpress - CMS
Swagger Generator - A Swagger-based generator class for parsing the API endpoints into something readable. Used in conjunction with Swagger UI Theme to get a Swagger theme working on Wordpress.
Plugin Update Checker - A really simple plugin update checker that also has a server-side component that makes the process really fluid.
Authors
Matt Armstrong - dotstudioPRO
Namespace
API Namespace: dsp/{version}, i.e. dsp/v1
Current Version: v1
Output filters:
dspapipostinfometakeyfilter: Filter individual meta properties. This filter exists within a foreach($metaarray = $key = $meta) loop.
Args: $meta, $key, $imagesize='thumb'
dspapipostfilter: Filter post object. This filter provides the entire $post object after meta and various other properties have been added to it.
Args: $post