Last active
July 25, 2018 10:36
-
-
Save tarun1188/c84430bf20a8421d9955c3466b207496 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
connect to : 10.1.1.93:3019 | |
response event: "res" | |
request event: "req" | |
sample request: | |
{ | |
"data":{ | |
"limit":1, | |
"offset":1 | |
}, | |
"rpc":"sampleapp.getUsers", | |
"reqid":"1" | |
} | |
sample res: | |
{ | |
"status": 200, | |
"users": [ | |
{ | |
"_id": "5b39af5696a11943f783a125", | |
"index": 1, | |
"guid": "fbdcafa4-cae9-4207-bf9b-7d94935d00eb", | |
"isActive": false, | |
"age": 22, | |
"name": "Heather Stuart", | |
"gender": "female", | |
"company": "BIOHAB", | |
"email": "[email protected]", | |
"phone": "+1 (817) 441-2764", | |
"address": "950 Minna Street, Ernstville, Vermont, 808", | |
"about": "Sit ad exercitation eu fugiat mollit sint laboris anim reprehenderit et voluptate aliqua culpa. Sit anim sit reprehenderit ullamco exercitation deserunt. Exercitation minim culpa commodo eiusmod commodo dolor. Reprehenderit ullamco pariatur adipisicing qui veniam.\r\n", | |
"registered": "2015-06-12T06:11:21 -06:-30" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment