Difference between revisions of "Template:API HTTP Example Boilerplate"
From SmartBots Developers Docs
(Created page with "<syntaxhighlight lang="lsl"> smartbotsAPI(string command, list params) { // You need to adjust the vars below: string sbApiKey = "..."; string sbBotName = "..."; strin...") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ''(the example uses [[HTTP API/LSL Helper Functions|smartbotsAPI()]] helper function. Set your "apikey", "botname" and "secret" in that function)'' | |
− | smartbotsAPI( | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 19:18, 4 March 2019
(the example uses smartbotsAPI() helper function. Set your "apikey", "botname" and "secret" in that function)