Reputation: 19310
I am implementing a rest API and now I have to execute following request and then read the response from server. Can anybody guide me or provide me a piece of code to implement it in Android
$ curl `http://xyz.com:84545/api/locks/`
-X POST \
-H "Date: Thu, 01 Mar 2012 01:23:45 GMT"
-H "Authorization: SABH ZW1haWxAaG9zdC5jb20Mohoehglsdofsdofjsdfjsdfjsdj DUzMjNhOTg=" \
-H "Content-Type: application/json" \
-d '{"i":0,"u":1,"h":1,"m":"2312312312","n":"Lock"}'
Upvotes: 1
Views: 1627