We’ve added three new HTTP API commands for developers:
- avatar_picks – retrieve current picks of a specific avatar
- name2key – famous Second Life name to UUID resolution routine
- key2name – opposite routine, retrieve name by UUID
avatar_picks returns the parcel UUIDs and pick names. This allows easily checking if avatar currently holds a certain parcel in his picks.
name2key (and its twin, key2name) are essential routines to work with avatars, visitors, delivering messages and checking any in-world data.
You can find documentation on all new functions in SmartBots HTTP API documentation.