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:

ServiceCreation.deleteService(name: String)

Delete an existing service.

Arguments:

  • name: String (String) - Service name

ServiceCreation.getCreateFromTableOptions(data: List)

Get the default settings for a given dataset.

Arguments:

  • data: List (List) - 2D list of data