Paper Transport

The Paper Transport interfaces with the Dropbox Paper API. It allows an author to create documents directly from wiki-pages or sets of wiki=pages.

# Transporter

Drop a page.json url on here to create a new paper document:

POST https://rest.livecode.world/paper/paper_from_wiki

Drop a page-flag below to update the page:

POST https://rest.livecode.world/paper/paper_update/1234567

# Use

You can drop any Page.json onto the transporter above (or the Imagine Transport, and it will create a new Paper Document for you.

Now with this Fedwiki transport you are able to store and share these lists in Fedwiki.

# Code

The code for this transporter is written in Livecode. You can view the source here - gist

Tests

You can test this transporter with the HTML Form below:

Test: https://rest.livecode.world/paper/paper_from_wiki

url: 

# To Do

It should be enhanced to: * Use XPath * Spit out code into libraries

# See also