/
What should the API look like?
What should the API look like?
local Config = neuron.fields();
-- Config is a table with names corresponding to custom field names, and values to their values
Related content
Where/how do we store the custom fields?
Where/how do we store the custom fields?
More like this
Web Service Demonstration
Web Service Demonstration
More like this
How can we decide which custom fields are displayed in the list view of neurons?
How can we decide which custom fields are displayed in the list view of neurons?
More like this
Web Service Demonstration - Result
Web Service Demonstration - Result
More like this
How could we import the libraries into a neuron's namespace?
How could we import the libraries into a neuron's namespace?
More like this
How can we make it easy for neurons to show their detailed status?
How can we make it easy for neurons to show their detailed status?
More like this