You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
GET /recent-changes.json (get a list of recently changed pages)
GET /view/SOMETHING??
PUT /page/{name}/add
PUT /page/{name}/move
PUT /page/{name}/remove
PUT /page/{name}/edit
GET /remote/{name}.json
Content Shape (JSON):
{
title
synopsis
story [
{
id
type (paragraph | image | chart)
text
}
],
trail [
// series of URLs
],
journal [
{
order [
// series of ids journal entry ids
],
type: (add|move|remove|edit)
id: // unique id
}
]
}