Most of the methods are "REST/resource" structured, and the resources are: Message, Home, User, and Search. Methods that are NOT "REST/resource" structured are: Ping and Upload.
Responses that return a message or user contain common return values. The values that are present are dependent upon the request that is sent.
general:
send messages
/home: Methods relating to the home (public) screen
/message: Methods relating to a single message
/search: Methods relating to search terms
/user: Methods relating to a user's information
| Published Sep-10 |