Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. GET http://10.80.131.130:3000/request
  2. - Response array of request list (200 OK)
  3. POST http://10.80.131.130:3000/request
  4. - Send JSON Data
  5. {
  6. 'name': 'ชื่อคนส่ง',
  7. 'song': 'เพลง'
  8. }
  9. - Response Nothing (200 OK)
  10. - Response Nothing (400 Bad Request) // ส่งข้อมูลมาผิด
  11. - Response Error (500 Internal Error) // Server มีปัญหา
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement