AvatarService
From OpenSimulator
Introduction
The OpenSimulator avatar service stores user avatar parameters (height, visual parameters) and items that are attached and provides this on request.
TODO: Document remaining operations.
API
General notes
Unlike the asset service, the avatar service is an RPC interface. Therefore it exposes only one URI which is avatar (e.g. http://localhost:8003/avatar). The invocation of different operations (e.g. getavatar, setavatar) is controlled via a METHOD parameter.