Developer#api
Authentication
The authentication takes place via OAuth. This is an industry standard with implementation in nearly every programming language.REST Resources
All have the index, show, new, create, edit, update, destroy methods. Some of these actions may not be allowed for the application.The response data is json. The object contains the "error_code" if there was an error, additionally there is a "error_msg" String explaining the error in more detail.
users
+ me -> user and character information for this access tokencharacters
medals
premium
messages
Error Codes
not_found - Resource for the id is not found
not_implemented - Method not implemented
not_allowed - Method not allowed