Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

This page is unfinished. For a taste, see the engine module documentation.

Table of Contents
maxLevel3
indent15px

Wrangler is an operating system written in KRL for picos. Wrangler provides developers a way to programmatically and easily manage picos.

To use Wrangler as a module, add "use module io.picolabs.wrangler alias wrangler" in your meta block.

Child pages (Children Display)
 

Functions

...

* - defaction

FunctionUse
skyQuery 

Ruleset Functions

...

rulesets

...

*installRulesets

...

Channel Functions

FunctionUse
channelInfo 
nameFromEci 
eciFromName 
channels 
channelAttributes 
channelPolicy 
channelType 
*updateAttributes 
*updatePolicy 
*deleteChannel 
*createChannel 

Pico Functions

...

Subscription Functions

FunctionUse
subscriptions 
randomName 
checkName 
subscriptionsAttributes 

Error Handling Functions

...

For all functions, enter the parameters in the order listed.

skyQuery

A user friendly way to make an HTTP request. It provides cleanup and returns the error if the returned HTTP status was not 200.

ParameterDatatypeRequired
<eci><string>YES
<mod>

<func>

<params>

<_host>

<_path>

<_root_url>


Code Block

Defactions

Events