servable-publishable
v1.1.3
Published
Publishable protocol server for Servable.
Readme
Publishable Protocol

The publishable protocol handles the complete publication state of an object.
Install
yarn add servable-publishableAuxiliary packages
Shared library
yarn add servable-publishable-sharedReact library
yarn add servable-publishable-reactProtocol
Configuration
Payload sample
{
"id": "publishable",
"name": "publishable",
"slug": "ps",
"module": {
"servable-publishable": "*"
},
"version": "*",
"params": {
"liveClasses": ["publishable"],
"schema": {
"restrictSecurity": true
}
}
}Reference
Capacities
Schema
Classes TODO
Class level permissions TODO
Indexes
{
"_publishableStatus": {
"publishableStatus": 1
}
}Fields
{
"publishableStatus": {
"type": "String"
}
}Protocol class
TODO
Classes
TODO
Triggers
TODO
Before init
TODO
After init
TODO
Seed
TODO
Config
TODO
Functions
TODO
Jobs
TODO
Live classes
TODO
Security
TODO
Performance
TODO
Servable Documentation
You can find here the complete servable documentation with guides and api reference.
License
MIT © yelounak
