PPID

Help & Documentation

Unlike other Frameworks which try to cover everything, It has been built specifically for mobile

Developer Resources

An incredibly codex has been created for you to use as reference when developing extensions

Community Support

The source code is available on GitHub, you can grab it and twist it to your heart’s content

Response

All API calls will return a response that will look more or less like this:

{success: false, reason: "False message"}
{success: true, message: "Success message", data: "Data"}

While you can usually determine success or failure based on the response object, you can also figure out what happened based on the HTTP status code.

Code Meaning
200 OK Request was successful
401 Unauthorized Access denied
403 Forbidden Access denied
404 Not Found Not found
406 Not Acceptable Not Acceptable
420 Invalid Record Record could not be saved
421 User Throttled User is throttled, try again later
422 Locked The resource is locked and cannot be modified
423 Already Exists Resource already exists
424 Invalid Parameters The given parameters were invalid
498 Token Expired/Invalid Expired or otherwise invalid token.
499 Token Required A token is required (if no token was submitted).
500 Internal Server Error Some unknown error occurred on the server
503 Service Unavailable Server cannot currently handle the request, try again later