Skip to content

Releases: sdellis/tabula

Tabula Manifesto Demo App

10 Jan 18:28
Compare
Choose a tag to compare
Pre-release

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()