feat: add Perfect Publisher web services API plugin #68

Merged
jmiller merged 3 commits from dev into main 2026-05-28 17:30:02 +00:00
Owner

Summary

  • New plg_webservices_perfectpublisher provides REST API for Perfect Publisher (com_autotweet)
  • 10 endpoints: channels, posts, requests (CRUD), rules, feeds, channeltypes, stats
  • OAuth credentials redacted in channel responses
  • Added to pkg_mokowaas.xml package manifest

Test plan

  • Install package and verify plugin appears in Extensions
  • Enable plugin and test GET /v1/perfectpublisher/channels
  • Test POST /v1/perfectpublisher/requests to queue a publish
## Summary - New plg_webservices_perfectpublisher provides REST API for Perfect Publisher (com_autotweet) - 10 endpoints: channels, posts, requests (CRUD), rules, feeds, channeltypes, stats - OAuth credentials redacted in channel responses - Added to pkg_mokowaas.xml package manifest ## Test plan - [ ] Install package and verify plugin appears in Extensions - [ ] Enable plugin and test GET /v1/perfectpublisher/channels - [ ] Test POST /v1/perfectpublisher/requests to queue a publish
jmiller added 3 commits 2026-05-28 17:25:46 +00:00
chore: cascade main → dev [skip ci]
feat: add Perfect Publisher web services API plugin
Joomla: Repo Health / Release configuration (push) Blocked by required conditions
Joomla: Repo Health / Scripts governance (push) Blocked by required conditions
Joomla: Repo Health / Repository health (push) Blocked by required conditions
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Successful in 6s
Update Server / Update Server (push) Failing after 14s
17fd3d6b0e
New plg_webservices_perfectpublisher provides REST API for Perfect
Publisher (com_autotweet):

- GET  /v1/perfectpublisher/channels      List social channels
- GET  /v1/perfectpublisher/channels/:id   Channel detail (OAuth redacted)
- GET  /v1/perfectpublisher/posts          List posts (filter by status/channel)
- GET  /v1/perfectpublisher/posts/:id      Post detail
- GET  /v1/perfectpublisher/requests       Pending publish requests
- POST /v1/perfectpublisher/requests       Create publish request
- GET  /v1/perfectpublisher/rules          Publishing rules
- GET  /v1/perfectpublisher/feeds          RSS feeds
- GET  /v1/perfectpublisher/channeltypes   Channel type definitions
- GET  /v1/perfectpublisher/stats          Dashboard statistics

Added to pkg_mokowaas.xml package manifest.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chore(version): patch bump to 02.13.02 [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 15s
94d45169ef
jmiller merged commit 0d24862302 into main 2026-05-28 17:30:02 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoWaaS#68