WP Manifestindependent plugin directory
manifest / integrations / prodypanda-api-toolkit

Prodypanda API Toolkit

A lightweight, strictly-coded WordPress plugin that registers a custom post type and securely exposes a custom REST API endpoint.

by Naserdine · github.com/ivra-cosmetics/prodypanda-api-toolkit

0stars
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/ivra-cosmetics/prodypanda-api-toolkit/archive/refs/heads/main.zip

A lightweight, strictly-coded WordPress plugin that registers a custom post type and securely exposes a custom REST API endpoint.

Features

  • Custom Post Type: Registers the prodypanda_toolkit CPT with full REST API support.
  • Custom Endpoint: Exposes a secure GET endpoint at /wp-json/prodypanda/v1/items.
  • Standards Compliant: Built strictly following WordPress PHP coding standards, including proper escaping, prefixing, and object-oriented structure.