Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 579 Bytes

Remote Module

Purpose

This module is a bit different than others, because it doesn't change the document by itself.

It exports the document as JSON, call an API with it and expect a modified JSON back.

How to use it

First of all, you need to have a small web server that will handle the API call. You can use our example of a remove module in python as a start.

Your server needs to handle a HTTP POST request on the given URL, respond with the modified JSON.

Dependencies

None