
Execute | Pinokio
algorithm Pinokio looks at the uri and method attributes to figure out which method to call:
JavaScript Shell API | Pinokio
One of Pinokio's most powerful features is the Shell JSON-RPC API, which lets you interact with the shell with nothing but JSON.
Decode | Pinokio
A typical Pinokio script contains template expressions. Without template expressions, you would only be able to run static commands. What we want is to be able to dynamically form requests on the fly, so …
Logging | Pinokio
AI Browser Often it's useful to be able to print things on the web terminal programmatically. You can do this using the log method.
Writing history | Pinokio
Since the digital life forms created by Pinokio only exists inside a machine, the only way to make sure that they "exist" in the global reality is for them to record their own history. This is why "publishing" is …
Data Strcuture | Pinokio
Also, remember that Pinokio instantly updates the self variable, the updated self variable can be accessed immediately. For example, if you set the apikey and apisecret attributes of the config.json …
input | Pinokio
An input is a special type of variable that refers to whichever data is being passed in from the request right before the current request.