WP Manifestindependent plugin directory
manifest / integrations / comic-easel-rest

Comic Easel REST

REST API endpoints for Comic Easel — exposes the comic CPT, chapters/characters/locations taxonomies, and CEO options over WP REST for automation tools (e.g. n8n) using Application Passwords.

by Heretek-AI · github.com/heretek-ai/comic-easel-rest · website

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/heretek-ai/comic-easel-rest/archive/refs/heads/master.zip

Declares an update source (https://github.com/Heretek-AI/comic-easel-rest), so updates arrive through the plugin's own updater.

From the readme

Requires Plugins: comic-easel Companion REST API for Comic Easel — exposes comics, chapters, and CEO options over WP REST for automation tools using Application Passwords. Comic Easel REST is a companion plugin to Comic Easel that exposes the comic custom post type, its taxonomies (chapters, characters, locations), and the plugin's settings through the WordPress REST API under the comic-easel/v1 namespace. The primary use case is author automation: post and manage comics from external tools (n8n, Zapier, custom scripts) using WordPress Application Passwords as the credential. No cookies, no nonce, no wp-admin UI needed. POST /wp-json/comic-easel/v1/comics/with-thumbnail — create a comic post with a featured-image upload in one request. POST /wp-json/comic-easel/v1/chapters — create a chapter term. POST /wp-json/comic-easel/v1/comics/schedule — schedule a comic for future publish (poststatus=future + ISO 8601 postdategmt). GET /wp-json/comic-easel/v1/settings — read whitelisted plugin options. POST /wp-json/comic-easel/v1/settings — update whitelisted plugin options (requires manageoptions). POST /wp-json/comic-easel/v1/comics/bulk-import — import a batch of comics under a

Read the full README on GitHub →