Here we document the implementation of a new feature in the federation we call a __Wiki Webhook__. Our aim is to construct a simple webhook implementation that works the way wiki likes to work.
# Development Notes
I worked on the Wiki Webhook providing and endpoint for Ward at: - https://rest.livecode.world/scrape - Ruby Scrape Webhook
# Async
I email Ward, and continue with the task of writing wiki reports to the Transport Server instead of using `scp` to write files to the Atopia Server - which is a bit slow.
We finish updating the Transport Server to allow it to both serve a federation site, and to create page-json and write to it's local file system for logging or other purposes. We use this to write: - Report Lineup
# See also - Wiki Webhook and curl - Ruby Scrape Webhook and Webhook Parameters - Asynchronous Webhook Actions - Transport Server - Authenticating JSON-RPC