Skip to content

dotstudiopro/dotstudioPRO-Wordpress-React-API

Repository files navigation

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

Namespace

API Namespace: dsp/{version}, i.e. dsp/v1

Current Version: v1

Output filters:

dspapi_post_info_meta_key_filter: Filter individual meta properties. This filter exists within a foreach($meta_array = $key => $meta) loop. Args: $meta, $key, $image_size='thumb'

dspapi_post_filter: Filter post object. This filter provides the entire $post object after meta and various other properties have been added to it. Args: $post

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages