ServiceCreation
The ServiceCreation Service enables users to create custom services. Custom Services can be found under the “Community” section using the call <RPC> block.
RPCS
- ServiceCreation.createServiceFromTable(name: String, data: List, options: Object?)
Create a service using a given dataset.
Arguments:
name: String
(String) - Service namedata: List
(List) - 2D list of dataoptions: Object?
(Object) - Options (for details, check outServiceCreation.getCreateFromTableOptions()
)