DevPortal

Category: HTTP API

status – new API and Playgrounds function

The new function has been added to SmartBots HTTP API and Bots Playground: status. The function returns: bot details, current bot’s online status: is it logging in, offline or online, the current location if the bot is online in-world. Check the related documentation pages: HTTP API “status” reference, Bots Playgrounds “status” reference, status API function example for usage…

New HTTP API command: listgroups_extended

We’ve added a new HTTP API command, listgroups_extended. This command allows retrieving additional bot’s groups details: group fee amount, bot’s permissions and free-to-join status. { “action”: “listgroups_extended”, “result”: “OK”, “groups”: [ { “name”: “Earn2Life – earn L$500-1000 a day”, “uuid”: “41ff4c6b-e3c0-a2b9-f53b-797e78532374”, “fee”: “0”, “open”: 0, “permissions”: “Invite,Eject,MemberVisible” } ] } P.S. This is the first API command…

HTTP API: JSON support and set_parcel_info command

Making SmartBots comfortable for developers is one of our primary targets. Our bots are developing, new features are being added. We are glad to release the very important update to SmartBots API. JSON support We’ve reworked all HTTP API commands to return a more convenient response – JSON (this is optional update, all existing LSL scripts will keep working!).…