DevPortal

Tag: SecondLife

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!).…