servable-pageable
v1.0.1
Published
Pageable protocol server for Servable.
Readme
Pageable Protocol

The pageable protocol handles the complete lifecycle for pageable objects, from storing the models to saving the custom implementation on instianted objects.
Install
yarn add servable-pageableAuxiliary packages
Shared library
yarn add servable-pageable-sharedReact library
yarn add servable-pageable-reactProtocol
Configuration
Payload sample
{
"id": "pageable",
"name": "pageable",
"slug": "ps",
"module": {
"servable-pageable": "*"
},
"version": "*",
"params": {
"liveClasses": ["pageable"],
"schema": {
"restrictSecurity": true
}
}
}Reference
Capacities
Schema
Classes TODO
Class level permissions TODO
Indexes
{
"_pageableStatus": {
"pageableStatus": 1
}
}Fields
{
"pageableStatus": {
"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
