💾 Archived View for jb55.com › ward.asia.wiki.org › about-json-plugin captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
The plugin exposes restful endpoints for reading and writing JSON data that will be stored within the item along with other items on the page. Changes in configuration of the plugin are recorded in the journal but updates to the data itself are recorded elsewhere.
This example is from the Data in Context application.
Double-click to edit informative text describing stewardship and refresh intentions of data to be stored within. Recent update and update interval are reported automatically.
The server-side of this plugin adds api routes to the origin server. Reads and writes go to the first JSON plugin found on a page. Requests fail if none.
Read data from the page with an http GET request.
Write data to the page with an http PUT request.
Write requests report back to the requestor information useful for confirming proper operation of a write.
See About JSON API Keys