TrustMe API Documentation
From TrustMeWiki
The following methods are available through the TrustMe API:
GROUP
group.list Returns a list of all groups which are owned by the current user.
group.create Creates a new group for the current user.
group.edit Changes the name of a group.
group.delete Deletes a group.
group.invite Invites a user to be a member of a specific group.
group.removeMember Removes a user from a group.
group.rename Changes the name of a group.
group.changeType Changes the type [open|closed] of a specific group.
USER
user.friends Returns a list of all public properties for everyone associated with the current user.
user.publickeys Returns the public key for the current user.
user.privatekeys Returns the private key for the current user
user.setCulture Sets the culture property for the current user.
user.setDisplayName Sets the display name property for the current user.
user.getSettings Returns the list of settings for the current user
SESSION
session.create Creates a session and returns the session id.
session.destroy Ends a session.
