Skip to content

Tabula Manifesto Demo App

Pre-release
Pre-release
Compare
Choose a tag to compare
@sdellis sdellis released this 10 Jan 18:28

This release is a demo application showing how you can use both tabula-rasa and manifesto npm modules as base libraries for your application. Tabula Rasa may not have all the convenience methods that Manifesto has, so if you're more comfortable with Manifesto you can use that for getters, and Tabula Rasa for setters. This is for example use only as it must perform two GET requests at the moment to get Manifesto to work with it.

Tabula Rasa getter example:

app.me.presentations.manifests.getById("62").label[0]['@value']

Tabula Rasa setter example:

app.me.presentations.manifests.getById("62").label[0]['@value'] = 'some value'

Manifesto getter example:

app.me.presentations.manifests.getById("62").manifestation.getLabel()