Skip to content

Instantly share code, notes, and snippets.

View sungkim23's full-sized avatar

Sung Min Kim sungkim23

  • CDMX
View GitHub Profile
/* Every API should have the following format, more info at https://labs.omniti.com/labs/jsend
 */
/* Every POST should receive FORM DATA, not httpBody, or anything or sorts*/
{ 

"status" : "success",
"data": {
/* data goes here */
},
"message": null /* if status is false, error message goes here */
}