logoWindUI Shiny

Key System

Key system configuration for CreateWindow.

Key System

Defined inside CreateWindow config:

KeySystem = { 
  Note="Your note here", 
  API={ 
    {Type="platoboost", ServiceId=1234, Secret="secret"}, 
    {Type="pandadevelopment", ServiceId="id"} 
  } 
}

Available services:

  • PlatoBoost
  • Panda Development
  • Luarmor

Custom service example:

WindUI.Services.myservice = { 
  Name="My Service", 
  Icon="droplet", 
  Args={"ServiceId"}, 
  New=function(ServiceId) 
    -- implementation
  end 
}

On this page